Loading core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php +3 −0 Original line number Diff line number Diff line Loading @@ -30,7 +30,10 @@ public function getAccessControlHandler($entity_type); * @return \Drupal\Core\Entity\EntityStorageInterface * A storage instance. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if the entity type doesn't exist. * @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException * Thrown if the storage handler couldn't be loaded. */ public function getStorage($entity_type); Loading Loading
core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php +3 −0 Original line number Diff line number Diff line Loading @@ -30,7 +30,10 @@ public function getAccessControlHandler($entity_type); * @return \Drupal\Core\Entity\EntityStorageInterface * A storage instance. * * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * Thrown if the entity type doesn't exist. * @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException * Thrown if the storage handler couldn't be loaded. */ public function getStorage($entity_type); Loading