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 {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.