Skip to content
Snippets Groups Projects
Commit 3ed9bbd1 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Remove AbstractRecord::getTabConfiguration.

- Deprecated since release 3.1.
parent 1da7ec95
Branches
Tags
No related merge requests found
...@@ -638,18 +638,6 @@ class AbstractRecord extends AbstractBase ...@@ -638,18 +638,6 @@ class AbstractRecord extends AbstractBase
return $this->redirect()->toUrl($target . $params); return $this->redirect()->toUrl($target . $params);
} }
/**
* Alias to getRecordTabConfig for backward compatibility.
*
* @deprecated use getRecordTabConfig instead
*
* @return array
*/
protected function getTabConfiguration()
{
return $this->getRecordTabConfig();
}
/** /**
* Support method to load tab information from the RecordTab PluginManager. * Support method to load tab information from the RecordTab PluginManager.
* *
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment