diff --git a/module/VuFind/src/VuFind/Controller/AbstractRecord.php b/module/VuFind/src/VuFind/Controller/AbstractRecord.php index 0fe2f3041a0ec981ca970038ffdc9d82cda2583c..3eb73720f2b7540ca57fe0d04ccc317ee4159671 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractRecord.php +++ b/module/VuFind/src/VuFind/Controller/AbstractRecord.php @@ -638,18 +638,6 @@ class AbstractRecord extends AbstractBase 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. *