The entity type manager.
Type: \Drupal\Core\Entity\EntityTypeManagerInterface
File
- core/modules/content_moderation/src/Form/EntityModerationForm.php, line 38
Class
- EntityModerationForm
- The EntityModerationForm provides a simple UI for changing moderation state.
Namespace
Drupal\content_moderation\Form
Code
1 | protected $entityTypeManager ; |
Please login to continue.