You are here

interface MigrateCckFieldPluginManagerInterface in Drupal 8

Provides an interface for cck field plugin manager.

Hierarchy

Expanded class hierarchy of MigrateCckFieldPluginManagerInterface

All classes that implement MigrateCckFieldPluginManagerInterface

Deprecated

in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface instead.

See also

https://www.drupal.org/node/2751897

3 files declare their use of MigrateCckFieldPluginManagerInterface
FieldType.php in core/modules/field/src/Plugin/migrate/process/FieldType.php
ProcessField.php in core/modules/field/src/Plugin/migrate/process/ProcessField.php
ProcessFieldTest.php in core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php

File

core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php, line 15

Namespace

Drupal\migrate_drupal\Plugin
View source
interface MigrateCckFieldPluginManagerInterface extends MigrateFieldPluginManagerInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 2
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 4
MigrateFieldPluginManagerInterface::getPluginIdFromFieldType public function Get the plugin ID from the field type. 1
MigratePluginManagerInterface::createInstance public function Creates a pre-configured instance of a migration plugin. Overrides FactoryInterface::createInstance