public static function StructureSyncHelper::getEntityManager in Structure Sync 8
Same name and namespace in other branches
- 2.x src/StructureSyncHelper.php \Drupal\structure_sync\StructureSyncHelper::getEntityManager()
Function to get an entity type manager.
Return value
\Drupal\Core\Entity\EntityTypeManagerInterface Entity type manager.
File
- src/
StructureSyncHelper.php, line 201
Class
- StructureSyncHelper
- Container of functions for importing and exporting content in structure.
Namespace
Drupal\structure_syncCode
public static function getEntityManager() {
return \Drupal::entityTypeManager();
}