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