DefaultHtmlRouteProvider::getEditFormRoute

protected DefaultHtmlRouteProvider::getEditFormRoute(EntityTypeInterface $entity_type) Gets the edit-form route. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type. Return value \Symfony\Component\Routing\Route|null The generated route, if available. File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 246 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\Core\Entity\Routing Code protected function

DefaultHtmlRouteProvider::getDeleteFormRoute

protected DefaultHtmlRouteProvider::getDeleteFormRoute(EntityTypeInterface $entity_type) Gets the delete-form route. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type. Return value \Symfony\Component\Routing\Route|null The generated route, if available. File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 283 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\Core\Entity\Routing Code protected funct

DefaultHtmlRouteProvider::getCollectionRoute

protected DefaultHtmlRouteProvider::getCollectionRoute(EntityTypeInterface $entity_type) Gets the collection route. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type. Return value \Symfony\Component\Routing\Route|null The generated route, if available. File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 315 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\Core\Entity\Routing Code protected functi

DefaultHtmlRouteProvider::getCanonicalRoute

protected DefaultHtmlRouteProvider::getCanonicalRoute(EntityTypeInterface $entity_type) Gets the canonical route. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type. Return value \Symfony\Component\Routing\Route|null The generated route, if available. File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 214 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\Core\Entity\Routing Code protected function

DefaultHtmlRouteProvider::getAddPageRoute

protected DefaultHtmlRouteProvider::getAddPageRoute(EntityTypeInterface $entity_type) Gets the add page route. Built only for entity types that have bundles. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type. Return value \Symfony\Component\Routing\Route|null The generated route, if available. File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 117 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\

DefaultHtmlRouteProvider::getAddFormRoute

protected DefaultHtmlRouteProvider::getAddFormRoute(EntityTypeInterface $entity_type) Gets the add-form route. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type. Return value \Symfony\Component\Routing\Route|null The generated route, if available. File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 138 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\Core\Entity\Routing Code protected function ge

DefaultHtmlRouteProvider::createInstance

public static DefaultHtmlRouteProvider::createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) Instantiates a new instance of this entity handler. This is a factory method that returns a new instance of this object. The factory should pass any needed dependencies into the constructor of this object, but not the container itself. Every call to this method must return a new instance of this object; that is, it may not implement a singleton. Parameters \Symfony\Component\

DefaultHtmlRouteProvider::$entityTypeManager

The entity type manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 39 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\Core\Entity\Routing Code protected $entityTypeManager;

DefaultHtmlRouteProvider::$entityFieldManager

The entity field manager. Type: \Drupal\Core\Entity\EntityFieldManagerInterface File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 46 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\Core\Entity\Routing Code protected $entityFieldManager;

DefaultHtmlRouteProvider

Provides HTML routes for entities. This class provides the following routes for entities, with title and access callbacks: canonical add-page add-form edit-form delete-form collection @internal Hierarchy class \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider implements EntityHandlerInterface, EntityRouteProviderInterface See also \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider. File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 32 Namespace Drupal\Core\