function ShortcutSet::fields

Same name in other branches
  1. 9 core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSet::fields()
  2. 8.9.x core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSet::fields()
  3. 10 core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php \Drupal\shortcut\Plugin\migrate\source\d7\ShortcutSet::fields()

Overrides MigrateSourceInterface::fields

File

core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php, line 32

Class

ShortcutSet
Drupal 7 shortcut_set source from database.

Namespace

Drupal\shortcut\Plugin\migrate\source\d7

Code

public function fields() {
    return [
        'set_name' => $this->t("The name under which the set's links are stored."),
        'title' => $this->t("The title of the set."),
    ];
}

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