From 3ed9bbd17843b9b81bf1400c4ea62c7f7371d6ef Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 4 Feb 2019 15:15:42 -0500 Subject: [PATCH] Remove AbstractRecord::getTabConfiguration. - Deprecated since release 3.1. --- .../VuFind/src/VuFind/Controller/AbstractRecord.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/module/VuFind/src/VuFind/Controller/AbstractRecord.php b/module/VuFind/src/VuFind/Controller/AbstractRecord.php index 0fe2f3041a0..3eb73720f2b 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. * -- GitLab