function FieldInstancePerFormDisplay::getIds

Overrides FieldInstance::getIds

File

core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php, line 24

Class

FieldInstancePerFormDisplay
Drupal 7 field instance per form display source from database.

Namespace

Drupal\field\Plugin\migrate\source\d7

Code

public function getIds() {
  return [
    'bundle' => [
      'type' => 'string',
    ],
    'field_name' => [
      'type' => 'string',
      'alias' => 'fci',
    ],
  ];
}

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