Overrides DefaultPluginManager::processDefinition
public function processDefinition(&$definition, $plugin_id) { // Make sure 'type' is set and either an array or FALSE. if ($definition['type'] !== FALSE && !is_array($definition['type'])) { $definition['type'] = [ $definition['type'], ]; } }