class MigrateCckField
Deprecated: Defines a cckfield plugin annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements \Drupal\Component\Annotation\AnnotationInterface
- class \Drupal\migrate_drupal\Annotation\MigrateField extends \Drupal\Component\Annotation\Plugin
- class \Drupal\migrate_drupal\Annotation\MigrateCckField extends \Drupal\migrate_drupal\Annotation\MigrateField
- class \Drupal\migrate_drupal\Annotation\MigrateField extends \Drupal\Component\Annotation\Plugin
Expanded class hierarchy of MigrateCckField
Deprecated
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\migrate_drupal\Annotation\MigrateField instead.
Plugin Namespace: Plugin\migrate\cckfield
See also
https://www.drupal.org/node/2751897
Related topics
1 string reference to 'MigrateCckField'
- migrate_drupal.services.yml in core/
modules/ migrate_drupal/ migrate_drupal.services.yml - core/modules/migrate_drupal/migrate_drupal.services.yml
8 classes are annotated with MigrateCckField
- D6FileField in core/
modules/ migrate_drupal/ tests/ modules/ migrate_cckfield_plugin_manager_test/ src/ Plugin/ migrate/ cckfield/ D6FileField.php - Plugin annotation @MigrateCckField( id = "d6_file", core = {6}, type_map = { "file" = "file" }, source_module = "foo", destination_module = "bar" )
- D6NoCoreVersionSpecified in core/
modules/ migrate_drupal/ tests/ modules/ migrate_cckfield_plugin_manager_test/ src/ Plugin/ migrate/ cckfield/ D6NoCoreVersionSpecified.php - Plugin annotation @MigrateCckField( id = "d6_no_core_version_specified", source_module = "foo", destination_module = "bar", )
- FileField in core/
modules/ file/ src/ Plugin/ migrate/ cckfield/ d6/ FileField.php - Plugin annotation @MigrateCckField( id = "filefield", core = {6}, source_module = "filefield", destination_module = "file" )
- FileField in core/
modules/ file/ src/ Plugin/ migrate/ cckfield/ d7/ FileField.php - Plugin annotation @MigrateCckField( id = "file", core = {7}, source_module = "file", destination_module = "file" )
- ImageField in core/
modules/ image/ src/ Plugin/ migrate/ cckfield/ d7/ ImageField.php - Plugin annotation @MigrateCckField( id = "image", core = {7}, source_module = "image", destination_module = "file" )
File
-
core/
modules/ migrate_drupal/ src/ Annotation/ MigrateCckField.php, line 19
Namespace
Drupal\migrate_drupal\AnnotationView source
class MigrateCckField extends MigrateField {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
MigrateField::$core | public | property | The Drupal core version(s) this plugin applies to. | ||
MigrateField::$destination_module | public | property | Identifies the system handling the data the destination plugin will write. | ||
MigrateField::$id | public | property | The plugin ID. | ||
MigrateField::$source_module | public | property | Identifies the system providing the data the field plugin will read. | ||
MigrateField::$type_map | public | property | Map of D6 and D7 field types to D8 field type plugin IDs. | ||
MigrateField::$weight | public | property | The weight of this plugin relative to other plugins. | ||
MigrateField::__construct | public | function | Overrides Plugin::__construct | ||
Plugin::$definition | protected | property | The plugin definition read from the class annotation. | 1 | |
Plugin::get | public | function | Overrides AnnotationInterface::get | 5 | |
Plugin::getClass | public | function | Overrides AnnotationInterface::getClass | ||
Plugin::getId | public | function | Overrides AnnotationInterface::getId | ||
Plugin::getProvider | public | function | Overrides AnnotationInterface::getProvider | 1 | |
Plugin::parse | protected | function | Parses an annotation into its definition. | ||
Plugin::setClass | public | function | Overrides AnnotationInterface::setClass | ||
Plugin::setProvider | public | function | Overrides AnnotationInterface::setProvider |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.