You are here

public property MigrateSource::$source_provider in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::source_provider

Identifies the system providing the data the source plugin will read.

This can be any type, and the source plugin itself determines how the value is used. For example, Migrate Drupal's source plugins expect source_provider to be the name of a module that must be installed and enabled in the source database.

Type: mixed

See also

\Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase::checkRequirements

File

core/modules/migrate/src/Annotation/MigrateSource.php, line 60
Contains \Drupal\migrate\Annotation\MigrateSource.

Class

MigrateSource
Defines a migration source plugin annotation object.

Namespace

Drupal\migrate\Annotation

Code

public $source_provider;