You are here

public function MigrateTemplateStorageInterface::getAllTemplates in Migrate Manifest 8.2

Same name and namespace in other branches
  1. 8 src/MigrateTemplateStorageInterface.php \Drupal\migrate_manifest\MigrateTemplateStorageInterface::getAllTemplates()
  2. 3.x src/MigrateTemplateStorageInterface.php \Drupal\migrate_manifest\MigrateTemplateStorageInterface::getAllTemplates()

Retrieves all migration templates belonging to enabled extensions.

Return value

array Array of parsed templates, keyed by the fully-qualified id.

1 method overrides MigrateTemplateStorageInterface::getAllTemplates()
MigrateTemplateStorage::getAllTemplates in src/MigrateTemplateStorage.php
Retrieves all migration templates belonging to enabled extensions.

File

src/MigrateTemplateStorageInterface.php, line 41

Class

MigrateTemplateStorageInterface
The MigrateTemplateStorageInterface interface.

Namespace

Drupal\migrate_manifest

Code

public function getAllTemplates();