StringDatabaseStorage::createTranslation

public StringDatabaseStorage::createTranslation($values = array()) Creates a string translation object bound to this storage but not saved. Parameters array $values: (optional) Array with initial values. Defaults to empty array. Return value \Drupal\locale\TranslationString New string translation object. Overrides StringStorageInterface::createTranslation File core/modules/locale/src/StringDatabaseStorage.php, line 231 Class StringDatabaseStorage Defines a class to store localized string

EntityModerationForm::$moderationInfo

The moderation information service. Type: \Drupal\content_moderation\ModerationInformationInterface File core/modules/content_moderation/src/Form/EntityModerationForm.php, line 24 Class EntityModerationForm The EntityModerationForm provides a simple UI for changing moderation state. Namespace Drupal\content_moderation\Form Code protected $moderationInfo;

EntityDisplayInterface::getHighestWeight

public EntityDisplayInterface::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. File core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php, line 76 Class EntityDisplayInterface Provides a common interface for entity displays. Namespace Drupal\Core\Entity\Display Code public function getHighestWeight();

ConfigImporter::$processedSystemTheme

Flag set to import system.theme during processing theme install and uninstalls. Type: bool File core/lib/Drupal/Core/Config/ConfigImporter.php, line 127 Class ConfigImporter Defines a configuration importer. Namespace Drupal\Core\Config Code protected $processedSystemTheme = FALSE;

forum_preprocess_block

forum_preprocess_block(&$variables) Implements hook_preprocess_HOOK() for block templates. File core/modules/forum/forum.module, line 354 Provides discussion forums. Code function forum_preprocess_block(&$variables) { if ($variables['configuration']['provider'] == 'forum') { $variables['attributes']['role'] = 'navigation'; } }

EntityStorageBase::$entityTypeId

Entity type ID for this storage. Type: string File core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 24 Class EntityStorageBase A base entity storage class. Namespace Drupal\Core\Entity Code protected $entityTypeId;

RequestStackCacheContextBase::$requestStack

The request stack. Type: \Symfony\Component\HttpFoundation\RequestStack File core/lib/Drupal/Core/Cache/Context/RequestStackCacheContextBase.php, line 21 Class RequestStackCacheContextBase Defines a base class for cache contexts depending only on the request stack. Namespace Drupal\Core\Cache\Context Code protected $requestStack;

ModerationStateTransition::$stateTo

ID of to state. Type: string File core/modules/content_moderation/src/Entity/ModerationStateTransition.php, line 69 Class ModerationStateTransition Defines the Moderation state transition entity. Namespace Drupal\content_moderation\Entity Code protected $stateTo;

LanguageFormBase::__construct

public LanguageFormBase::__construct(ConfigurableLanguageManagerInterface $language_manager) Constructs a ContentEntityForm object. Parameters \Drupal\language\ConfigurableLanguageManagerInterface $language_manager: The configurable language manager. File core/modules/language/src/Form/LanguageFormBase.php, line 30 Class LanguageFormBase Base form for language add and edit forms. Namespace Drupal\language\Form Code public function __construct(ConfigurableLanguageManagerInterface $lang

ViewsData::__construct

public ViewsData::__construct(CacheBackendInterface $cache_backend, ConfigFactoryInterface $config, ModuleHandlerInterface $module_handler, LanguageManagerInterface $language_manager) Constructs this ViewsData object. Parameters \Drupal\Core\Cache\CacheBackendInterface $cache_backend: The cache backend to use. \Drupal\Core\Config\ConfigFactoryInterface $config: The configuration factory object to use. \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler class to us