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

Breadcrumb

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

function Variable::getIds

Overrides MigrateSourceInterface::getIds

2 methods override Variable::getIds()
SearchPage::getIds in core/modules/search/src/Plugin/migrate/source/d6/SearchPage.php
Defines the source fields uniquely identifying a source row.
SearchPage::getIds in core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php
Defines the source fields uniquely identifying a source row.

File

core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php, line 170

Class

Variable
Drupal 6/7 variable source from database.

Namespace

Drupal\migrate_drupal\Plugin\migrate\source

Code

public function getIds() {
    $ids['id']['type'] = 'string';
    return $ids;
}

API Navigation

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