interface MigrateCckFieldPluginManagerInterface
Provides an interface for cck field plugin manager.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface extends \Drupal\Component\Plugin\Discovery\DiscoveryInterface, \Drupal\Component\Plugin\Factory\FactoryInterface, \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\migrate\Plugin\MigratePluginManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface extends \Drupal\migrate\Plugin\MigratePluginManagerInterface
- interface \Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManagerInterface extends \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface
- interface \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface extends \Drupal\migrate\Plugin\MigratePluginManagerInterface
- interface \Drupal\migrate\Plugin\MigratePluginManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface extends \Drupal\Component\Plugin\Discovery\DiscoveryInterface, \Drupal\Component\Plugin\Factory\FactoryInterface, \Drupal\Component\Plugin\Mapper\MapperInterface
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\PluginView source
interface MigrateCckFieldPluginManagerInterface extends MigrateFieldPluginManagerInterface {
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overriden Title | 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 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.