LockBackendInterface::releaseAll

public LockBackendInterface::releaseAll($lockId = NULL) Releases all locks for the given lock token identifier. Parameters string $lockId: (optional) If none given, remove all locks from the current page. Defaults to NULL. File core/lib/Drupal/Core/Lock/LockBackendInterface.php, line 121 Class LockBackendInterface Lock backend interface. Namespace Drupal\Core\Lock Code public function releaseAll($lockId = NULL);

StorageInterface::DEFAULT_COLLECTION

The default collection name. File core/lib/Drupal/Core/Config/StorageInterface.php, line 16 Class StorageInterface Defines an interface for configuration storage. Namespace Drupal\Core\Config Code const DEFAULT_COLLECTION = '';

SqlContentEntityStorage::mapToDataStorageRecord

protected SqlContentEntityStorage::mapToDataStorageRecord(EntityInterface $entity, $table_name = NULL) Maps from an entity object to the storage record of the field data. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity object. string $table_name: (optional) The table name to map records to. Defaults to the data table. Return value \stdClass The record to store. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 1016 Class SqlContentEntityStorage A c

PathMatcher::$isCurrentFrontPage

Whether the current page is the front page. Type: bool File core/lib/Drupal/Core/Path/PathMatcher.php, line 19 Class PathMatcher Provides a path matcher. Namespace Drupal\Core\Path Code protected $isCurrentFrontPage;

DefaultExceptionSubscriber

Handles default error responses in serialization formats. Hierarchy class \Drupal\Core\EventSubscriber\HttpExceptionSubscriberBase implements EventSubscriberInterfaceclass \Drupal\serialization\EventSubscriber\DefaultExceptionSubscriber File core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php, line 13 Namespace Drupal\serialization\EventSubscriber Members Name Modifiers Type Description DefaultExceptionSubscriber::$serializer protected property

FilterFormat::getFilterTypes

public FilterFormat::getFilterTypes() Retrieves all filter types that are used in the text format. Return value array All filter types used by filters of the text format. Overrides FilterFormatInterface::getFilterTypes File core/modules/filter/src/Entity/FilterFormat.php, line 254 Class FilterFormat Represents a text format. Namespace Drupal\filter\Entity Code public function getFilterTypes() { $filter_types = array(); $filters = $this->filters(); foreach ($filters as $filte

ApcuBackend

Stores cache items in the Alternative PHP Cache User Cache (APCu). Hierarchy class \Drupal\Core\Cache\ApcuBackend implements CacheBackendInterface File core/lib/Drupal/Core/Cache/ApcuBackend.php, line 8 Namespace Drupal\Core\Cache Members Name Modifiers Type Description ApcuBackend::$bin protected property The name of the cache bin to use. ApcuBackend::$binPrefix protected property Prefix for all keys in this cache bin. ApcuBackend::$checksumProvider protecte

EditorInterface

Provides an interface defining a text editor entity. Hierarchy interface \Drupal\Core\Entity\EntityInterface; interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterfaceinterface \Drupal\Core\Config\Entity\ConfigEntityInterfaceinterface \Drupal\editor\EditorInterface File core/modules/editor/src/EditorInterface.php, line 10 Namespace Drupal\editor Members Name Modifiers Type Description AccessibleInterface::access public function Checks data value access. Cachea

DataReferenceDefinition::create

public static DataReferenceDefinition::create($target_data_type) Creates a new data reference definition. Parameters string $target_data_type: The data type of the referenced data. Return value static Overrides DataDefinition::create File core/lib/Drupal/Core/TypedData/DataReferenceDefinition.php, line 28 Class DataReferenceDefinition A typed data definition class for defining references. Namespace Drupal\Core\TypedData Code public static function create($target_data_type) { // Thi

NoProfilesException

Exception thrown if no installation profiles are available. Hierarchy class \Drupal\Core\Installer\Exception\InstallerException extends \RuntimeException uses StringTranslationTraitclass \Drupal\Core\Installer\Exception\NoProfilesException File core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php, line 10 Namespace Drupal\Core\Installer\Exception Members Name Modifiers Type Description InstallerException::$title protected property The page title to output.