protected function ContentSyncCommands::getEntityTypeManager in Content Synchronization 8.2
Same name and namespace in other branches
- 3.0.x src/Commands/ContentSyncCommands.php \Drupal\content_sync\Commands\ContentSyncCommands::getEntityTypeManager()
Return value
\Drupal\Core\Entity\EntityTypeManagerInterface
Overrides ContentExportTrait::getEntityTypeManager
File
- src/
Commands/ ContentSyncCommands.php, line 108
Class
- ContentSyncCommands
- A Drush commandfile.
Namespace
Drupal\content_sync\CommandsCode
protected function getEntityTypeManager() {
return $this->entityTypeManager;
}