function FieldInstancePerViewMode::getIds

Overrides FieldInstance::getIds

File

core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php, line 53

Class

FieldInstancePerViewMode
Drupal 7 field instance per view mode source class.

Namespace

Drupal\field\Plugin\migrate\source\d7

Code

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

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