function ViewMode::fields

Overrides FieldInstance::fields

File

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

Class

ViewMode
Drupal 7 view mode source from database.

Namespace

Drupal\field\Plugin\migrate\source\d7

Code

public function fields() {
  return array_merge(parent::fields(), [
    'view_mode' => $this->t('The view mode ID.'),
  ]);
}

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