ConfigurableLanguageManager::getLanguages

public ConfigurableLanguageManager::getLanguages($flags = LanguageInterface::STATE_CONFIGURABLE) Returns a list of languages set up on the site. Parameters int $flags: (optional) Specifies the state of the languages that have to be returned. It can be: LanguageInterface::STATE_CONFIGURABLE, LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL. Return value \Drupal\Core\Language\LanguageInterface[] An associative array of languages, keyed by the language code. Overrides LanguageMan

FieldStorageConfig

Defines the Field storage configuration entity. Plugin annotation @ConfigEntityType( id = "field_storage_config", label = @Translation("Field storage"), handlers = { "storage" = "Drupal\field\FieldStorageConfigStorage" }, config_prefix = "storage", entity_keys = { "id" = "id", "label" = "id" }, config_export = { "id", "field_name", "entity_type", "type", "settings", "module", "locked", "cardinality", "translatable", "indexes",

tablesort-indicator.html.twig

Default theme implementation for displaying a tablesort indicator. Available variables: style: Either 'asc' or 'desc', indicating the sorting direction. File core/modules/system/templates/tablesort-indicator.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

DefaultExceptionSubscriber::$errorLevel

One of the error level constants defined in bootstrap.inc. Type: string File core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php, line 31 Class DefaultExceptionSubscriber Last-chance handler for exceptions. Namespace Drupal\Core\EventSubscriber Code protected $errorLevel;

shortcut_default_set

shortcut_default_set($account = NULL) Returns the default shortcut set for a given user account. Parameters object $account: (optional) The user account whose default shortcut set will be returned. If not provided, the function will return the currently logged-in user's default shortcut set. Return value An object representing the default shortcut set. File core/modules/shortcut/shortcut.module, line 202 Allows users to manage customizable lists of shortcut links. Code function shortcut_def

AllowToolbarPath

Cache policy for the toolbar page cache service. This policy allows caching of requests directed to /toolbar/subtrees/{hash} even for authenticated users. Hierarchy class \Drupal\toolbar\PageCache\AllowToolbarPath implements RequestPolicyInterface File core/modules/toolbar/src/PageCache/AllowToolbarPath.php, line 14 Namespace Drupal\toolbar\PageCache Members Name Modifiers Type Description AllowToolbarPath::check public function Determines whether delivery of a cached pa

Insert::__toString

public Insert::__toString() Implements PHP magic __toString method to convert the query to a string. Return value string The prepared statement. Overrides Insert::__toString File core/lib/Drupal/Core/Database/Driver/mysql/Insert.php, line 40 Class Insert MySQL implementation of \Drupal\Core\Database\Query\Insert. Namespace Drupal\Core\Database\Driver\mysql Code public function __toString() { // Create a sanitized comment string to prepend to the query. $comments = $this->connec

AuthenticationManager::$authCollector

The authentication provider collector. Type: \Drupal\Core\Authentication\AuthenticationCollectorInterface File core/lib/Drupal/Core/Authentication/AuthenticationManager.php, line 25 Class AuthenticationManager Manager for authentication. Namespace Drupal\Core\Authentication Code protected $authCollector;

Update::__construct

public Update::__construct(Connection $connection, $table, array $options = array()) Constructs an Update query object. Parameters \Drupal\Core\Database\Connection $connection: A Connection object. string $table: Name of the table to associate with this query. array $options: Array of database options. Overrides Query::__construct File core/lib/Drupal/Core/Database/Query/Update.php, line 63 Class Update General class for an abstracted UPDATE operation. Namespace Drupal\Core\Database\Qu

LanguageListBuilder::$entitiesKey

The key to use for the form element containing the entities. Type: string Overrides DraggableListBuilder::$entitiesKey File core/modules/language/src/LanguageListBuilder.php, line 24 Class LanguageListBuilder Defines a class to build a listing of language entities. Namespace Drupal\language Code protected $entitiesKey = 'languages';