diff --git a/src/Plugin/Deriver/EntityFormDeriver.php b/src/Plugin/Deriver/EntityFormDeriver.php index 42dd05e..140e67a 100644 --- a/src/Plugin/Deriver/EntityFormDeriver.php +++ b/src/Plugin/Deriver/EntityFormDeriver.php @@ -11,14 +11,14 @@ use Drupal\Core\StringTranslation\TranslationInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** - * Provides entity view block definitions for each entity type. + * Provides entity form block definitions for each entity type. */ class EntityFormDeriver extends DeriverBase implements ContainerDeriverInterface { use StringTranslationTrait; /** - * The entity manager. + * The entity type manager. * * @var \Drupal\Core\Entity\EntityTypeManagerInterface */ @@ -27,8 +27,8 @@ class EntityFormDeriver extends DeriverBase implements ContainerDeriverInterface /** * Constructs new EntityFormDeriver. * - * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_manager - * The entity manager. + * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager + * The entity type manager. * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation * The string translation service. */