PluralTranslation::$context

The context the source strings belong to. Type: string File core/lib/Drupal/Core/Annotation/PluralTranslation.php, line 64 Class PluralTranslation Defines an annotation object for strings that require plural forms. Namespace Drupal\Core\Annotation Code protected $context;

menu_ui.module

Allows administrators to customize the site's navigation menus. A menu (in this context) is a hierarchical collection of links, generally used for navigation. File core/modules/menu_ui/menu_ui.module Functions Name Description menu_ui_block_view_system_menu_block_alter Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'. menu_ui_entity_type_build Implements hook_entity_type_build(). menu_ui_form_node_form_alter Implements hook_form_BASE_FORM_ID_alter() for

ViewUI::endQueryCapture

public ViewUI::endQueryCapture() Add the list of queries run during render to buildinfo. See also ViewUI::startQueryCapture() File core/modules/views_ui/src/ViewUI.php, line 509 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public function endQueryCapture() { $queries = Database::getLog('views'); $this->additionalQueries = $queries; }

ContentLanguageSettings::getTargetBundle

public ContentLanguageSettings::getTargetBundle() Gets the bundle this config applies to. Return value string Overrides ContentLanguageSettingsInterface::getTargetBundle File core/modules/language/src/Entity/ContentLanguageSettings.php, line 105 Class ContentLanguageSettings Defines the ContentLanguageSettings entity. Namespace Drupal\language\Entity Code public function getTargetBundle() { return $this->target_bundle; }

CacheableDependencyInterface

Defines an interface for objects which may be used by other cached objects. All cacheability metadata exposed in this interface is bubbled to parent objects when they are cached: if a child object needs to be varied by certain cache contexts, invalidated by certain cache tags, expire after a certain maximum age, then so should any parent object. Hierarchy interface \Drupal\Core\Cache\CacheableDependencyInterface Related topics Cache API Information about the Drupal Cache API File core/lib/

PhpTransliteration::transliterate

public PhpTransliteration::transliterate($string, $langcode = 'en', $unknown_character = '?', $max_length = NULL) Transliterates text from Unicode to US-ASCII. Parameters string $string: The string to transliterate. string $langcode: (optional) The language code of the language the string is in. Defaults to 'en' if not provided. Warning: this can be unfiltered user input. string $unknown_character: (optional) The character to substitute for characters in $string without transliterated equivale

AttachedAssetsInterface::getAlreadyLoadedLibraries

public AttachedAssetsInterface::getAlreadyLoadedLibraries() Returns the set of already loaded asset libraries. Return value string[] File core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php, line 79 Class AttachedAssetsInterface The attached assets collection for the current response. Namespace Drupal\Core\Asset Code public function getAlreadyLoadedLibraries();

NodeType::$name

The human-readable name of the node type. @todo Rename to $label. Type: string File core/modules/node/src/Entity/NodeType.php, line 65 Class NodeType Defines the Node type configuration entity. Namespace Drupal\node\Entity Code protected $name;

MenuLinkTree

Implements the loading, transforming and rendering of menu link trees. Hierarchy class \Drupal\Core\Menu\MenuLinkTree implements MenuLinkTreeInterface File core/lib/Drupal/Core/Menu/MenuLinkTree.php, line 15 Namespace Drupal\Core\Menu Members Name Modifiers Type Description MenuLinkTree::$controllerResolver protected property The controller resolver. MenuLinkTree::$menuActiveTrail protected property The active menu trail service. MenuLinkTree::$routeProvider

EntityDisplayBase::getHighestWeight

public EntityDisplayBase::getHighestWeight() Gets the highest weight of the components in the display. Return value int|null The highest weight of the components in the display, or NULL if the display is empty. Overrides EntityDisplayInterface::getHighestWeight File core/lib/Drupal/Core/Entity/EntityDisplayBase.php, line 358 Class EntityDisplayBase Provides a common base class for entity view and form displays. Namespace Drupal\Core\Entity Code public function getHighestWeight() { $