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