ListField.php

Same filename in other branches
  1. 9 core/modules/options/src/Plugin/views/filter/ListField.php
  2. 9 core/modules/options/src/Plugin/migrate/field/d7/ListField.php
  3. 8.9.x core/modules/options/src/Plugin/views/filter/ListField.php
  4. 8.9.x core/modules/options/src/Plugin/migrate/field/d7/ListField.php
  5. 10 core/modules/options/src/Plugin/views/filter/ListField.php
  6. 10 core/modules/options/src/Plugin/migrate/field/d7/ListField.php

Namespace

Drupal\options\Plugin\migrate\field\d7

File

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;

/**
 * Migrate field plugin for Drupal 7 list fields.
 */
class ListField extends FieldPluginBase {

}

Classes

Title Deprecated Summary
ListField Migrate field plugin for Drupal 7 list fields.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.