function SearchPage::fields

Overrides Variable::fields

File

core/modules/search/src/Plugin/migrate/source/d6/SearchPage.php, line 35

Class

SearchPage
Drupal 6 node search rankings for core modules source from database.

Namespace

Drupal\search\Plugin\migrate\source\d6

Code

public function fields() {
  return [
    'module' => $this->t('The module providing a search page.'),
  ];
}

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