___init(); parent::__construct($context, $bookmarkRepository, $bookmarkManagement, $components, $data); } /** * {@inheritdoc} */ public function getConfiguration() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getConfiguration'); return $pluginInfo ? $this->___callPlugins('getConfiguration', func_get_args(), $pluginInfo) : parent::getConfiguration(); } }