AdminController

Controller for admin section. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\system\Controller\AdminController File core/modules/system/src/Controller/AdminController.php, line 10 Namespace Drupal\system\Controller Members Name Modifiers Type Description AdminController::index public function Prints

ContentLanguageSettingsForm

Configure the content language settings for this site. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\language\Form\ContentLanguageSettingsForm File core/modules/language/src/Form/ContentLanguageSettingsForm.php, line 15 Namespace Drupal\language\Form Members Name Modifiers Typ

MenuLinkTree::maxDepth

public MenuLinkTree::maxDepth() Returns the maximum depth of tree that is supported. Return value int The maximum depth. Overrides MenuLinkTreeInterface::maxDepth File core/lib/Drupal/Core/Menu/MenuLinkTree.php, line 280 Class MenuLinkTree Implements the loading, transforming and rendering of menu link trees. Namespace Drupal\Core\Menu Code public function maxDepth() { return $this->treeStorage->maxDepth(); }

LinkManagerBase::$linkDomain

Link domain used for type links URIs. Type: string File core/modules/rest/src/LinkManager/LinkManagerBase.php, line 15 Class LinkManagerBase Defines an abstract base-class for REST link manager objects. Namespace Drupal\rest\LinkManager Code protected $linkDomain;

SelectExtender::$placeholder

The placeholder counter. File core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 34 Class SelectExtender The base extender class for Select queries. Namespace Drupal\Core\Database\Query Code protected $placeholder = 0;

BatchNegotiator::determineActiveTheme

public BatchNegotiator::determineActiveTheme(RouteMatchInterface $route_match) Determine the active theme for the request. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match object. Return value string|null The name of the theme, or NULL if other negotiators, like the configured default one, should be used instead. Overrides ThemeNegotiatorInterface::determineActiveTheme File core/modules/system/src/Theme/BatchNegotiator.php, line 52 Class BatchNegot

SearchPageFormBase::__construct

public SearchPageFormBase::__construct(QueryFactory $entity_query, SearchPageRepositoryInterface $search_page_repository) Constructs a new search form. Parameters \Drupal\Core\Entity\Query\QueryFactory $entity_query: The entity query. \Drupal\search\SearchPageRepositoryInterface $search_page_repository: The search page repository. File core/modules/search/src/Form/SearchPageFormBase.php, line 53 Class SearchPageFormBase Provides a base form for search pages. Namespace Drupal\search\For

EntityFormBuilder::__construct

public EntityFormBuilder::__construct(EntityManagerInterface $entity_manager, FormBuilderInterface $form_builder) Constructs a new EntityFormBuilder. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. \Drupal\Core\Form\FormBuilderInterface $form_builder: The form builder. File core/lib/Drupal/Core/Entity/EntityFormBuilder.php, line 35 Class EntityFormBuilder Builds entity forms. Namespace Drupal\Core\Entity Code public function __construct(Entit

BatchController

Controller routines for batch routes. Hierarchy class \Drupal\system\Controller\BatchController implements ContainerInjectionInterface File core/modules/system/src/Controller/BatchController.php, line 14 Namespace Drupal\system\Controller Members Name Modifiers Type Description BatchController::$root protected property The app root. BatchController::batchPage public function Returns a system batch page. BatchController::batchPageTitle public function The

DblogFilterForm

Provides the database logging filter form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\dblog\Form\DblogFilterForm File core/modules/dblog/src/Form/DblogFilterForm.php, line 11 Namespace Drupal\dblog\Form Members Name Modifiers Type Description DblogFilterForm::buildForm