You are here

class MigrateCckField in Drupal 8

Deprecated: Defines a cckfield plugin annotation object.

Hierarchy

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" )

... See full list

File

core/modules/migrate_drupal/src/Annotation/MigrateCckField.php, line 19

Namespace

Drupal\migrate_drupal\Annotation
View source
class MigrateCckField extends MigrateField {

}

Members

Namesort descending Modifiers Type Description 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 Constructs a Plugin object. Overrides Plugin::__construct
Plugin::$definition protected property The plugin definition read from the class annotation. 1
Plugin::get public function Gets the value of an annotation. Overrides AnnotationInterface::get 5
Plugin::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
Plugin::getId public function Gets the unique ID for this annotated class. Overrides AnnotationInterface::getId
Plugin::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
Plugin::parse protected function Parses an annotation into its definition.
Plugin::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
Plugin::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider