You are here

class RegistrantRouteProvider in RNG - Events and Registrations 8

Same name and namespace in other branches
  1. 8.2 src/Routing/RegistrantRouteProvider.php \Drupal\rng\Routing\RegistrantRouteProvider
  2. 3.x src/Routing/RegistrantRouteProvider.php \Drupal\rng\Routing\RegistrantRouteProvider

Provides routes for registrant entities.

Hierarchy

Expanded class hierarchy of RegistrantRouteProvider

File

src/Routing/RegistrantRouteProvider.php, line 10

Namespace

Drupal\rng\Routing
View source
class RegistrantRouteProvider extends DefaultHtmlRouteProvider {

}

Members

Namesort descending Modifiers Type Description Overrides
DefaultHtmlRouteProvider::$entityFieldManager protected property The entity field manager.
DefaultHtmlRouteProvider::$entityTypeManager protected property The entity type manager.
DefaultHtmlRouteProvider::createInstance public static function Instantiates a new instance of this entity handler. Overrides EntityHandlerInterface::createInstance 1
DefaultHtmlRouteProvider::getAddFormRoute protected function Gets the add-form route. 2
DefaultHtmlRouteProvider::getAddPageRoute protected function Gets the add page route. 2
DefaultHtmlRouteProvider::getCanonicalRoute protected function Gets the canonical route. 3
DefaultHtmlRouteProvider::getCollectionRoute protected function Gets the collection route. 2
DefaultHtmlRouteProvider::getDeleteFormRoute protected function Gets the delete-form route. 1
DefaultHtmlRouteProvider::getDeleteMultipleFormRoute protected function Returns the delete multiple form route. 1
DefaultHtmlRouteProvider::getEditFormRoute protected function Gets the edit-form route. 1
DefaultHtmlRouteProvider::getEntityTypeIdKeyType protected function Gets the type of the ID key for a given entity type. 1
DefaultHtmlRouteProvider::getRoutes public function Provides routes for entities. Overrides EntityRouteProviderInterface::getRoutes 1
DefaultHtmlRouteProvider::__construct public function Constructs a new DefaultHtmlRouteProvider. 1