MigrateSource::$source_module

Same name and namespace in other branches
  1. 11.x core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::source_module
  2. 10 core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::source_module
  3. 9 core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::source_module
  4. 8.9.x core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::source_module

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

The source plugin itself determines how the value is used.

Type: string

File

core/modules/migrate/src/Annotation/MigrateSource.php, line 49

Class

MigrateSource
Defines a migration source plugin annotation object.

Namespace

Drupal\migrate\Annotation

Code

public $source_module;

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