/** * {@inheritdoc} */ public function getBlockHtml($name) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getBlockHtml'); if (!$pluginInfo) { return parent::getBlockHtml($name); } else { return $this->___callPlugins('getBlockHtml', func_get_args(), $pluginInfo); } }