function MigrateSourceInterface::getSourceModule

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::getSourceModule()
  2. 10 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::getSourceModule()
  3. 11.x core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::getSourceModule()

Gets the source module providing the source data.

Return value

string|null The source module or NULL if not found.

1 method overrides MigrateSourceInterface::getSourceModule()
SourcePluginBase::getSourceModule in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php

File

core/modules/migrate/src/Plugin/MigrateSourceInterface.php, line 117

Class

MigrateSourceInterface
Defines an interface for migrate sources.

Namespace

Drupal\migrate\Plugin

Code

public function getSourceModule();

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