interface MigrateCckFieldPluginManagerInterface in Drupal 8
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
- interface \Drupal\migrate\Plugin\MigratePluginManagerInterface
- interface \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface
- interface \Drupal\migrate_drupal\Plugin\MigrateCckFieldPluginManagerInterface
- interface \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface
- interface \Drupal\migrate\Plugin\MigratePluginManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface:: |
public | function | Indicates if a specific plugin definition exists. | 2 |
MapperInterface:: |
public | function | Gets a preconfigured instance of a plugin. | 4 |
MigrateFieldPluginManagerInterface:: |
public | function | Get the plugin ID from the field type. | 1 |
MigratePluginManagerInterface:: |
public | function |
Creates a pre-configured instance of a migration plugin. Overrides FactoryInterface:: |