Loading src/Plugin/InlineEntityFormAlterManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class InlineEntityFormAlterManager extends DefaultPluginManager { public function getInstance(array $options) { $plugins = []; foreach ($this->getDefinitions() as $plugin_id => $definition) { if (empty($options) || ($options['type'] !== $definition['type'])) { if (empty($options) || (isset($definition['type']) && $options['type'] !== $definition['type'])) { continue; } Loading Loading
src/Plugin/InlineEntityFormAlterManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class InlineEntityFormAlterManager extends DefaultPluginManager { public function getInstance(array $options) { $plugins = []; foreach ($this->getDefinitions() as $plugin_id => $definition) { if (empty($options) || ($options['type'] !== $definition['type'])) { if (empty($options) || (isset($definition['type']) && $options['type'] !== $definition['type'])) { continue; } Loading