ConfigurableLanguageManager::getFallbackCandidates

public ConfigurableLanguageManager::getFallbackCandidates(array $context = array()) Returns the language fallback candidates for a given context. Parameters array $context: (optional) An associative array of data that can be useful to determine the fallback sequence. The following keys are used in core: langcode: Language code of the desired language. operation: The name of the operation indicating the context where language fallback is being applied. The following operations are defined in

ColorConfigCacheInvalidator::__construct

public ColorConfigCacheInvalidator::__construct(CacheTagsInvalidatorInterface $cache_tags_invalidator) Constructs a ColorConfigCacheInvalidator object. Parameters \Drupal\Core\Cache\CacheTagsInvalidatorInterface $cache_tags_invalidator: The cache tags invalidator. File core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php, line 28 Class ColorConfigCacheInvalidator A subscriber invalidating cache tags when color config objects are saved. Namespace Drupal\color\EventSubs

Tour::$label

The label of the tour. Type: string File core/modules/tour/src/Entity/Tour.php, line 55 Class Tour Defines the configured tour entity. Namespace Drupal\tour\Entity Code protected $label;

ConfigNamesMapper::$configFactory

The configuration factory. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/modules/config_translation/src/ConfigNamesMapper.php, line 31 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $configFactory;

SqlContentEntityStorage::buildQuery

protected SqlContentEntityStorage::buildQuery($ids, $revision_id = FALSE) Builds the query to load the entity. This has full revision support. For entities requiring special queries, the class can be extended, and the default query can be constructed by calling parent::buildQuery(). This is usually necessary when the object being loaded needs to be augmented with additional data from another table, such as loading node type into comments or vocabulary machine name into terms, however it can als

ViewUI::id

public ViewUI::id() Gets the identifier. Return value string|int|null The entity identifier, or NULL if the object does not yet have an identifier. Overrides EntityInterface::id File core/modules/views_ui/src/ViewUI.php, line 908 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public function id() { return $this->storage->id(); }

EntityRepository::loadEntityByConfigTarget

public EntityRepository::loadEntityByConfigTarget($entity_type_id, $target) Loads an entity by the config target identifier. Parameters string $entity_type_id: The entity type ID to load from. string $target: The configuration target to load, as returned from \Drupal\Core\Entity\EntityInterface::getConfigTarget(). Return value \Drupal\Core\Entity\EntityInterface|null The entity object, or NULL if there is no entity with the given config target identifier. Throws \Drupal\Core\Entity\EntitySto

Merge::$needsUpdate

Flag indicating whether an UPDATE is necessary. Type: bool File core/lib/Drupal/Core/Database/Query/Merge.php, line 122 Class Merge General class for an abstracted MERGE query operation. Namespace Drupal\Core\Database\Query Code protected $needsUpdate = FALSE;

ElementInterface

Provides an interface for configuration translation form elements. Hierarchy interface \Drupal\config_translation\FormElement\ElementInterface File core/modules/config_translation/src/FormElement/ElementInterface.php, line 13 Namespace Drupal\config_translation\FormElement Members Name Modifiers Type Description ElementInterface::create public static function Creates a form element instance from a schema definition. ElementInterface::getTranslationBuild public func

ConfigNamesMapper::getOverviewRoute

public ConfigNamesMapper::getOverviewRoute() Returns the route object for a translation overview route. Return value \Symfony\Component\Routing\Route The route object for the translation page. Overrides ConfigMapperInterface::getOverviewRoute File core/modules/config_translation/src/ConfigNamesMapper.php, line 231 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code public function getOverviewRoute() { $route = new Route( $this