Unicode::getStatus

public static Unicode::getStatus() Gets the current status of unicode/multibyte support on this environment. Return value int The status of multibyte support. It can be one of: \Drupal\Component\Utility\Unicode::STATUS_MULTIBYTE Full unicode support using an extension. \Drupal\Component\Utility\Unicode::STATUS_SINGLEBYTE Standard PHP (emulated) unicode support. \Drupal\Component\Utility\Unicode::STATUS_ERROR An error occurred. No unicode support. File core/lib/Drupal/Component/Utility/Uni

FieldStorageDefinitionEvents

Contains all events thrown while handling field storage definitions. Hierarchy class \Drupal\Core\Field\FieldStorageDefinitionEvents File core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php, line 8 Namespace Drupal\Core\Field Members Name Modifiers Type Description FieldStorageDefinitionEvents::CREATE constant Name of the event triggered for field storage definition creation. FieldStorageDefinitionEvents::DELETE constant Name of the event triggered for fi

ReplicaDatabaseIgnoreSubscriber

System subscriber for controller requests. Hierarchy class \Drupal\Core\EventSubscriber\ReplicaDatabaseIgnoreSubscriber implements EventSubscriberInterface File core/lib/Drupal/Core/EventSubscriber/ReplicaDatabaseIgnoreSubscriber.php, line 13 Namespace Drupal\Core\EventSubscriber Members Name Modifiers Type Description ReplicaDatabaseIgnoreSubscriber::checkReplicaServer public function Checks and disables the replica database server if appropriate. ReplicaDatabaseIgnor

ViewUI::getTypedData

public ViewUI::getTypedData() Gets a typed data object for this entity object. The returned typed data object wraps this entity and allows dealing with entities based on the generic typed data API. Return value \Drupal\Core\TypedData\ComplexDataInterface The typed data object for this entity. Overrides EntityInterface::getTypedData See also \Drupal\Core\TypedData\TypedDataInterface File core/modules/views_ui/src/ViewUI.php, line 1248 Class ViewUI Stores UI related temporary settings. N

EntityLastInstalledSchemaRepository

Provides a repository for installed entity definitions. Hierarchy class \Drupal\Core\Entity\EntityLastInstalledSchemaRepository implements EntityLastInstalledSchemaRepositoryInterface File core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php, line 11 Namespace Drupal\Core\Entity Members Name Modifiers Type Description EntityLastInstalledSchemaRepository::$keyValueFactory protected property The key-value factory. EntityLastInstalledSchemaRepository::delet

RouteProvider::ROUTE_LOAD_CID_PREFIX

Cache ID prefix used to load routes. File core/lib/Drupal/Core/Routing/RouteProvider.php, line 90 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code const ROUTE_LOAD_CID_PREFIX = 'route_provider.route_load:';

TypedDataMetadata::$typedData

The typed data object the metadata is about. Type: \Drupal\Core\TypedData\TypedDataInterface File core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php, line 24 Class TypedDataMetadata Validator metadata for typed data objects. Namespace Drupal\Core\TypedData\Validation Code protected $typedData;

TypedDataMetadata::findConstraints

public TypedDataMetadata::findConstraints($group) File core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php, line 46 Class TypedDataMetadata Validator metadata for typed data objects. Namespace Drupal\Core\TypedData\Validation Code public function findConstraints($group) { return $this->getConstraints(); }

ThemeRegistry::$completeRegistry

The complete theme registry array. File core/lib/Drupal/Core/Utility/ThemeRegistry.php, line 33 Class ThemeRegistry Builds the run-time theme registry. Namespace Drupal\Core\Utility Code protected $completeRegistry;

Token::TOKEN_INFO_CACHE_TAG

The tag to cache token info with. File core/lib/Drupal/Core/Utility/Token.php, line 65 Class Token Drupal placeholder/token replacement system. Namespace Drupal\Core\Utility Code const TOKEN_INFO_CACHE_TAG = 'token_info';