class MigrateCckField in Drupal 8
Deprecated: Defines a cckfield plugin annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\migrate_drupal\Annotation\MigrateField
- class \Drupal\migrate_drupal\Annotation\MigrateCckField
- class \Drupal\migrate_drupal\Annotation\MigrateField
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MigrateField:: |
public | property | The Drupal core version(s) this plugin applies to. | |
MigrateField:: |
public | property | Identifies the system handling the data the destination plugin will write. | |
MigrateField:: |
public | property | The plugin ID. | |
MigrateField:: |
public | property | Identifies the system providing the data the field plugin will read. | |
MigrateField:: |
public | property | Map of D6 and D7 field types to D8 field type plugin IDs. | |
MigrateField:: |
public | property | The weight of this plugin relative to other plugins. | |
MigrateField:: |
public | function |
Constructs a Plugin object. Overrides Plugin:: |
|
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |