ThemeHandlerInterface::getName

public ThemeHandlerInterface::getName($theme) Gets the human readable name of a given theme. Parameters string $theme: The machine name of the theme which title should be shown. Return value string Returns the human readable name of the theme. File core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php, line 151 Class ThemeHandlerInterface Manages the list of available themes. Namespace Drupal\Core\Extension Code public function getName($theme);

DRUPAL_USER_TIMEZONE_EMPTY

New users will get an empty time zone at registration. File core/modules/system/system.module, line 39 Configuration system that lets administrators modify the workings of the site. Code const DRUPAL_USER_TIMEZONE_EMPTY = 1;

template_preprocess_views_view_table

template_preprocess_views_view_table(&$variables) Prepares variables for views table templates. Default template: views-view-table.html.twig. Parameters array $variables: An associative array containing: view: A ViewExecutable object. rows: The raw row data. File core/modules/views/views.theme.inc, line 410 Preprocessors and helper functions to make theming easier. Code function template_preprocess_views_view_table(&$variables) { $view = $variables['view']; // We need the ra

ElementInfoManager::getInfoProperty

public ElementInfoManager::getInfoProperty($type, $property_name, $default = NULL) Retrieves a single property for the defined element type. Parameters string $type: An element type as defined by an element plugin. string $property_name: The property within the element type that should be returned. $default: (Optional) The value to return if the element type does not specify a value for the property. Defaults to NULL. Return value string The property value of the defined element type. Or the

ConditionAggregateInterface::compile

public ConditionAggregateInterface::compile($query) Compiles this conditional clause. Parameters $query: The query object this conditional clause belongs to. File core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php, line 68 Class ConditionAggregateInterface Defines aggregated entity query conditions. Namespace Drupal\Core\Entity\Query Code public function compile($query);

FormStateInterface::isValidationComplete

public FormStateInterface::isValidationComplete() Determines if validation has been completed. Return value bool TRUE if validation is complete, FALSE otherwise. File core/lib/Drupal/Core/Form/FormStateInterface.php, line 1065 Class FormStateInterface Provides an interface for an object containing the current state of a form. Namespace Drupal\Core\Form Code public function isValidationComplete();

LanguageNegotiation::$name

The human-readable name of the language negotiation plugin. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/language/src/Annotation/LanguageNegotiation.php, line 59 Class LanguageNegotiation Defines a language negotiation annotation object. Namespace Drupal\language\Annotation Code public $name;

AccountProxy::getRoles

public AccountProxy::getRoles($exclude_locked_roles = FALSE) Returns a list of roles. Parameters bool $exclude_locked_roles: (optional) If TRUE, locked roles (anonymous/authenticated) are not returned. Return value array List of role IDs. Overrides AccountInterface::getRoles File core/lib/Drupal/Core/Session/AccountProxy.php, line 74 Class AccountProxy A proxied implementation of AccountInterface. Namespace Drupal\Core\Session Code public function getRoles($exclude_locked_roles = FAL

InaccessibleMenuLink::getCacheContexts

public InaccessibleMenuLink::getCacheContexts() The cache contexts associated with this object. These identify a specific variation/representation of the object. Cache contexts are tokens: placeholders that are converted to cache keys by the @cache_contexts_manager service. The replacement value depends on the request context (the current URL, language, and so on). They're converted before storing an object in cache. Return value string[] An array of cache context tokens, used to generate a ca

DefaultExceptionSubscriber::onFormatUnknown

protected DefaultExceptionSubscriber::onFormatUnknown(GetResponseForExceptionEvent $event) Handles an HttpExceptionInterface exception for unknown formats. Parameters \Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent $event: The event to process. File core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php, line 169 Class DefaultExceptionSubscriber Last-chance handler for exceptions. Namespace Drupal\Core\EventSubscriber Code protected function onFormatUnkno