function ContentModerationRouteSubscriber::__construct
ContentModerationRouteSubscriber constructor.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
File
-
core/
modules/ content_moderation/ src/ Routing/ ContentModerationRouteSubscriber.php, line 44
Class
- ContentModerationRouteSubscriber
- Subscriber for moderated revisionable entity forms.
Namespace
Drupal\content_moderation\RoutingCode
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.