Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SearchPage.php

function SearchPage::values

Same name in this branch
  1. 11.1.x core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php \Drupal\search\Plugin\migrate\source\d7\SearchPage::values()

Overrides Variable::values

File

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

Class

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

Namespace

Drupal\search\Plugin\migrate\source\d6

Code

protected function values() {
    // Add a module key to identify the source search provider, node. This value
    // is used in the EntitySearchPage destination plugin.
    return array_merge([
        'module' => 'node',
    ], parent::values());
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal