ListField.php
Same filename in this branch
Same filename and directory in other branches
- 11.x core/modules/options/src/Plugin/views/filter/ListField.php
- 11.x core/modules/options/src/Plugin/migrate/field/d7/ListField.php
- 9 core/modules/options/src/Plugin/views/filter/ListField.php
- 9 core/modules/options/src/Plugin/migrate/field/d7/ListField.php
- 8.9.x core/modules/options/src/Plugin/views/filter/ListField.php
- 8.9.x core/modules/options/src/Plugin/migrate/field/d7/ListField.php
- main core/modules/options/src/Plugin/views/filter/ListField.php
- main core/modules/options/src/Plugin/migrate/field/d7/ListField.php
Namespace
Drupal\options\Plugin\migrate\field\d7File
-
core/
modules/ options/ src/ Plugin/ migrate/ field/ d7/ ListField.php
View source
<?php
namespace Drupal\options\Plugin\migrate\field\d7;
use Drupal\migrate_drupal\Attribute\MigrateField;
use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
class ListField extends FieldPluginBase {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| ListField | #[MigrateField(id: 'list', core: [ 7, ], type_map: [ 'list_boolean' => 'boolean', 'list_integer' => 'list_integer', 'list_text' => 'list_string', 'list_float' => 'list_float', ], source_module: 'list', destination_module: 'options')] |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.