function ViewMode::getIds

Overrides FieldInstance::getIds

File

core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php, line 47

Class

ViewMode
The view mode source class.

Namespace

Drupal\field\Plugin\migrate\source\d7

Code

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

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