public function MigrateTemplateStorageInterface::getAllTemplates in Migrate Manifest 8
Same name and namespace in other branches
- 8.2 src/MigrateTemplateStorageInterface.php \Drupal\migrate_manifest\MigrateTemplateStorageInterface::getAllTemplates()
- 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_manifestCode
public function getAllTemplates();