function ContentTranslationOverviewAccess::__construct
Constructs a ContentTranslationOverviewAccess object.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager service.
File
- 
              core/
modules/ content_translation/ src/ Access/ ContentTranslationOverviewAccess.php, line 29  
Class
- ContentTranslationOverviewAccess
 - Access check for entity translation overview.
 
Namespace
Drupal\content_translation\AccessCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.