Loading core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ public function __construct(array $configuration, $plugin_id, $plugin_definition public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { return new static($configuration, $plugin_id, $plugin_definition, $container->get('token'), $container->get('entity.manager'), $container->get('entity_type.manager'), $container->get('logger.factory')->get('action'), $container->get('plugin.manager.mail'), $container->get('language_manager'), Loading core/lib/Drupal/Core/Entity/Controller/EntityViewController.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ class EntityViewController implements ContainerInjectionInterface { /** * The entity type manager. * * @var \Drupal\Core\Entity\EntityManagerInterface * @var \Drupal\Core\Entity\EntityTypeManagerInterface */ protected $entityTypeManager; Loading core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php +2 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,8 @@ * display settings, or just replicate the settings of the 'default' form mode, * thus reducing the amount of form display configurations to keep track of. * * @see \Drupal\Core\Entity\EntityManagerInterface::getAllFormModes() * @see \Drupal\Core\Entity\EntityManagerInterface::getFormModes() * @see \Drupal\Core\Entity\EntityDisplayRepositoryInterface::getAllFormModes() * @see \Drupal\Core\Entity\EntityDisplayRepositoryInterface::getFormModes() * * @ConfigEntityType( * id = "entity_form_mode", Loading core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php +5 −4 Original line number Diff line number Diff line Loading @@ -13,10 +13,11 @@ * perform complex or long-running logic in response to the change. For * example, a SQL-based storage handler may need to update the database schema. * * To support this, \Drupal\Core\Entity\EntityManagerInterface has methods to * retrieve the last installed definitions as well as the definitions specified * by the current codebase. It also has create/update/delete methods to bring * the former up to date with the latter. * To support this, * \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface has methods * to retrieve the last installed definitions as well as the definitions * specified by the current codebase. It also has create/update/delete methods * to bring the former up to date with the latter. * * However, it is not the responsibility of the entity manager to decide how to * report the differences or when to apply each update. This interface is for Loading core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ class EntityDeleteMultipleAccessCheck implements AccessInterface { /** * The entity type manager. * * @var \Drupal\Core\Entity\EntityManagerInterface * @var \Drupal\Core\Entity\EntityTypeManagerInterface */ protected $entityTypeManager; Loading Loading
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ public function __construct(array $configuration, $plugin_id, $plugin_definition public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { return new static($configuration, $plugin_id, $plugin_definition, $container->get('token'), $container->get('entity.manager'), $container->get('entity_type.manager'), $container->get('logger.factory')->get('action'), $container->get('plugin.manager.mail'), $container->get('language_manager'), Loading
core/lib/Drupal/Core/Entity/Controller/EntityViewController.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ class EntityViewController implements ContainerInjectionInterface { /** * The entity type manager. * * @var \Drupal\Core\Entity\EntityManagerInterface * @var \Drupal\Core\Entity\EntityTypeManagerInterface */ protected $entityTypeManager; Loading
core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php +2 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,8 @@ * display settings, or just replicate the settings of the 'default' form mode, * thus reducing the amount of form display configurations to keep track of. * * @see \Drupal\Core\Entity\EntityManagerInterface::getAllFormModes() * @see \Drupal\Core\Entity\EntityManagerInterface::getFormModes() * @see \Drupal\Core\Entity\EntityDisplayRepositoryInterface::getAllFormModes() * @see \Drupal\Core\Entity\EntityDisplayRepositoryInterface::getFormModes() * * @ConfigEntityType( * id = "entity_form_mode", Loading
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php +5 −4 Original line number Diff line number Diff line Loading @@ -13,10 +13,11 @@ * perform complex or long-running logic in response to the change. For * example, a SQL-based storage handler may need to update the database schema. * * To support this, \Drupal\Core\Entity\EntityManagerInterface has methods to * retrieve the last installed definitions as well as the definitions specified * by the current codebase. It also has create/update/delete methods to bring * the former up to date with the latter. * To support this, * \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface has methods * to retrieve the last installed definitions as well as the definitions * specified by the current codebase. It also has create/update/delete methods * to bring the former up to date with the latter. * * However, it is not the responsibility of the entity manager to decide how to * report the differences or when to apply each update. This interface is for Loading
core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ class EntityDeleteMultipleAccessCheck implements AccessInterface { /** * The entity type manager. * * @var \Drupal\Core\Entity\EntityManagerInterface * @var \Drupal\Core\Entity\EntityTypeManagerInterface */ protected $entityTypeManager; Loading