WriteSafeSessionHandlerInterface::setSessionWritable

public WriteSafeSessionHandlerInterface::setSessionWritable($flag) Sets whether or not a session may be written to storage. It is not possible to enforce writing of the session data. This method is only capable of forcibly disabling that session data is written to storage. Parameters bool $flag: TRUE if the session the session is allowed to be written, FALSE otherwise. File core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php, line 20 Class WriteSafeSessionHandlerInterface Pr

AdminPathConfigEntityConverter

Makes sure the unmodified ConfigEntity is loaded on admin pages. Converts entity route arguments to unmodified entities as opposed to converting to entities with overrides, such as the negotiated language. This converter applies only if the path is an admin path, the entity is a config entity, and the "with_config_overrides" element is not set to TRUE on the parameter definition. Due to this converter having a higher weight than the default EntityConverter, every time this applies, it takes ove

TrustedRedirectResponse::$trustedUrls

A list of trusted URLs, which are safe to redirect to. Type: string[] File core/lib/Drupal/Core/Routing/TrustedRedirectResponse.php, line 19 Class TrustedRedirectResponse Provides a redirect response which contains trusted URLs. Namespace Drupal\Core\Routing Code protected $trustedUrls = array();

SetDialogOptionCommand::__construct

public SetDialogOptionCommand::__construct($selector, $option_name, $option_value) Constructs a SetDialogOptionCommand object. Parameters string $selector: The selector of the dialog whose title will be set. If set to an empty value, the default modal dialog will be selected. string $option_name: The name of the option to set. May be any jQuery UI dialog option. See http://api.jqueryui.com/dialog. mixed $option_value: The value of the option to be passed to the dialog. File core/lib/Drupal/Cor

AuthenticationSubscriber::onExceptionSendChallenge

public AuthenticationSubscriber::onExceptionSendChallenge(GetResponseForExceptionEvent $event) Respond with a challenge on access denied exceptions if appropriate. On a 403 (access denied), if there are no credentials on the request, some authentication methods (e.g. basic auth) require that a challenge is sent to the client. Parameters \Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent $event: The exception event. File core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscribe

Schema::$uniqueIdentifier

A unique identifier for this query object. File core/lib/Drupal/Core/Database/Schema.php, line 39 Class Schema Provides a base implementation for Database Schema. Namespace Drupal\Core\Database Code protected $uniqueIdentifier;

MenuTreeStorage::getRootPathIds

public MenuTreeStorage::getRootPathIds($id) Returns all the IDs that represent the path to the root of the tree. array( 'p1' => 1, 'p2' => 6, 'p3' => 8, 'p4' => 0, 'p5' => 0, 'p6' => 0, 'p7' => 0, 'p8' => 0, 'p9' => 0 ) Parameters string $id: A menu link ID. Return value array An associative array of IDs with keys equal to values that represents the path from the given ID to the root of the tree. If $id is an ID that exists,

ConfigManager::$configFactory

The configuration factory. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/lib/Drupal/Core/Config/ConfigManager.php, line 34 Class ConfigManager The ConfigManager provides helper functions for the configuration system. Namespace Drupal\Core\Config Code protected $configFactory;

DrupalKernelInterface::boot

public DrupalKernelInterface::boot() Boots the current kernel. Return value $this File core/lib/Drupal/Core/DrupalKernelInterface.php, line 22 Class DrupalKernelInterface The interface for DrupalKernel, the core of Drupal. Namespace Drupal\Core Code public function boot();

BlockAddController

Controller for building the block instance add form. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\block\Controller\BlockAddController File core/modules/block/src/Controller/BlockAddController.php, line 10 Namespace Drupal\block\Controller Members Name Modifiers Type Description BlockAddController::blockA