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

Breadcrumb

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

function 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
Gets the source module providing the source data.

File

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

Class

MigrateSourceInterface
Defines an interface for migrate sources.

Namespace

Drupal\migrate\Plugin

Code

public function getSourceModule();
RSS feed
Powered by Drupal