LanguageInterface::TYPE_INTERFACE

The type of language used to select the user interface. File core/lib/Drupal/Core/Language/LanguageInterface.php, line 82 Class LanguageInterface Defines a language. Namespace Drupal\Core\Language Code const TYPE_INTERFACE = 'language_interface';

EntityListBuilder::$entityTypeId

The entity type ID. Type: string File core/lib/Drupal/Core/Entity/EntityListBuilder.php, line 26 Class EntityListBuilder Defines a generic implementation to build a listing of entities. Namespace Drupal\Core\Entity Code protected $entityTypeId;

LanguageInterface::getDirection

public LanguageInterface::getDirection() Gets the text direction (left-to-right or right-to-left). Return value string Either self::DIRECTION_LTR or self::DIRECTION_RTL. File core/lib/Drupal/Core/Language/LanguageInterface.php, line 122 Class LanguageInterface Defines a language. Namespace Drupal\Core\Language Code public function getDirection();

BlockContentViewBuilder::alterBuild

protected BlockContentViewBuilder::alterBuild(array &$build, EntityInterface $entity, EntityViewDisplayInterface $display, $view_mode) Specific per-entity building. Parameters array $build: The render array that is being created. \Drupal\Core\Entity\EntityInterface $entity: The entity to be prepared. \Drupal\Core\Entity\Display\EntityViewDisplayInterface $display: The entity view display holding the display options configured for the entity components. string $view_mode: The view mode that

LanguageInterface::getName

public LanguageInterface::getName() Gets the name of the language. Return value string The human-readable name of the language (in the language that was used to construct this object). File core/lib/Drupal/Core/Language/LanguageInterface.php, line 106 Class LanguageInterface Defines a language. Namespace Drupal\Core\Language Code public function getName();

Insert::execute

public Insert::execute() Executes the insert query. Return value The last insert ID of the query, if one exists. If the query was given multiple sets of values to insert, the return value is undefined. If no fields are specified, this method will do nothing and return NULL. That That makes it safe to use in multi-insert loops. Overrides Insert::execute File core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php, line 18 Class Insert PostgreSQL implementation of \Drupal\Core\Database\Query\

template_preprocess_language_content_settings_table

template_preprocess_language_content_settings_table(&$variables) Prepares variables for language content settings table templates. Default template: language-content-settings-table.html.twig. Parameters array $variables: An associative array containing: element: An associative array containing the properties of the element. Properties used: #bundle_label, #title. File core/modules/language/language.admin.inc, line 106 Administration functions for language.module. Code function templat

hook_theme_suggestions_alter

hook_theme_suggestions_alter(array &$suggestions, array $variables, $hook) Alters named suggestions for all theme hooks. This hook is invoked for all theme hooks, if you are targeting a specific theme hook it's best to use hook_theme_suggestions_HOOK_alter(). The call order is as follows: all existing suggestion alter functions are called for module A, then all for module B, etc., followed by all for any base theme(s), and finally for the active theme. The order is determined by system weig

ConfigNamesMapper::$configMapperManager

The mapper plugin discovery service. Type: \Drupal\config_translation\ConfigMapperManagerInterface File core/modules/config_translation/src/ConfigNamesMapper.php, line 52 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $configMapperManager;

AccessResultForbidden::$reason

The reason why access is forbidden. For use in error messages. Type: string|null File core/lib/Drupal/Core/Access/AccessResultForbidden.php, line 15 Class AccessResultForbidden Value object indicating a forbidden access result, with cacheability metadata. Namespace Drupal\Core\Access Code protected $reason;