AdminNegotiator::applies

public AdminNegotiator::applies(RouteMatchInterface $route_match) Whether this theme negotiator should be used to set the theme. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match object. Return value bool TRUE if this negotiator should be used or FALSE to let other negotiators decide. Overrides ThemeNegotiatorInterface::applies File core/modules/user/src/Theme/AdminNegotiator.php, line 67 Class AdminNegotiator Sets the active theme on admin pages.

AdminNegotiator::$user

The current user. Type: \Drupal\Core\Session\AccountInterface File core/modules/user/src/Theme/AdminNegotiator.php, line 22 Class AdminNegotiator Sets the active theme on admin pages. Namespace Drupal\user\Theme Code protected $user;

AdminNegotiator::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/user/src/Theme/AdminNegotiator.php, line 36 Class AdminNegotiator Sets the active theme on admin pages. Namespace Drupal\user\Theme Code protected $entityManager;

AdminNegotiator::$configFactory

The config factory. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/modules/user/src/Theme/AdminNegotiator.php, line 29 Class AdminNegotiator Sets the active theme on admin pages. Namespace Drupal\user\Theme Code protected $configFactory;

AdminNegotiator::$adminContext

The route admin context to determine whether a route is an admin one. Type: \Drupal\Core\Routing\AdminContext File core/modules/user/src/Theme/AdminNegotiator.php, line 43 Class AdminNegotiator Sets the active theme on admin pages. Namespace Drupal\user\Theme Code protected $adminContext;

AdminNegotiator

Sets the active theme on admin pages. Hierarchy class \Drupal\user\Theme\AdminNegotiator implements ThemeNegotiatorInterface File core/modules/user/src/Theme/AdminNegotiator.php, line 15 Namespace Drupal\user\Theme Members Name Modifiers Type Description AdminNegotiator::$adminContext protected property The route admin context to determine whether a route is an admin one. AdminNegotiator::$configFactory protected property The config factory. AdminNegotiator::$e

AdminHtmlRouteProvider::getEditFormRoute

protected AdminHtmlRouteProvider::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. Overrides DefaultHtmlRouteProvider::getEditFormRoute File core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php, line 42 Class AdminHtmlRouteProvider Provides HTML routes for entities with administrative

AdminHtmlRouteProvider::getDeleteFormRoute

protected AdminHtmlRouteProvider::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. Overrides DefaultHtmlRouteProvider::getDeleteFormRoute File core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php, line 52 Class AdminHtmlRouteProvider Provides HTML routes for entities with administr

AdminHtmlRouteProvider::getAddPageRoute

protected AdminHtmlRouteProvider::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. Overrides DefaultHtmlRouteProvider::getAddPageRoute File core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php, line 22 Class AdminHtmlRouteProvider Provides H

AdminHtmlRouteProvider::getAddFormRoute

protected AdminHtmlRouteProvider::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. Overrides DefaultHtmlRouteProvider::getAddFormRoute File core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php, line 32 Class AdminHtmlRouteProvider Provides HTML routes for entities with administrative add