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