ListField.php
Same filename in this branch
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 |