Connection::$prefixSearch

List of search values for use in prefixTables(). Type: array File core/lib/Drupal/Core/Database/Connection.php, line 127 Class Connection Base Database API class. Namespace Drupal\Core\Database Code protected $prefixSearch = array();

ShortcutSetInterface

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

FileSystem::mkdir

public FileSystem::mkdir($uri, $mode = NULL, $recursive = FALSE, $context = NULL) Creates a directory, optionally creating missing components in the path to the directory. When PHP's mkdir() creates a directory, the requested mode is affected by the process's umask. This function overrides the umask and sets the mode explicitly for all directory components created. @todo Update with open_basedir compatible recursion logic from \Drupal\Component\PhpStorage\FileStorage::ensureDirectory(). Paramet

ContentEntityType

Provides an implementation of a content entity type and its metadata. Hierarchy class \Drupal\Core\Entity\EntityType implements EntityTypeInterface uses StringTranslationTraitclass \Drupal\Core\Entity\ContentEntityType implements ContentEntityTypeInterface File core/lib/Drupal/Core/Entity/ContentEntityType.php, line 8 Namespace Drupal\Core\Entity Members Name Modifiers Type Description ContentEntityType::checkStorageClass protected function Overrides EntityType::checkSt

Block

Defines a Block configuration entity class. Plugin annotation @ConfigEntityType( id = "block", label = @Translation("Block"), handlers = { "access" = "Drupal\block\BlockAccessControlHandler", "view_builder" = "Drupal\block\BlockViewBuilder", "list_builder" = "Drupal\block\BlockListBuilder", "form" = { "default" = "Drupal\block\BlockForm", "delete" = "Drupal\block\Form\BlockDeleteForm" } }, admin_permission = "administer blocks", entity_keys = { "i

CheckProvider::$checksNeedsRequest

Array of access checks which only will be run on the incoming request. File core/lib/Drupal/Core/Access/CheckProvider.php, line 42 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected $checksNeedsRequest = array();

StorageReplaceDataWrapper::getAllCollectionNames

public StorageReplaceDataWrapper::getAllCollectionNames() Gets the existing collections. A configuration storage can contain multiple sets of configuration objects in partitioned collections. The collection key name identifies the current collection used. Return value array An array of existing collection names. Overrides StorageInterface::getAllCollectionNames File core/modules/config/src/StorageReplaceDataWrapper.php, line 177 Class StorageReplaceDataWrapper Wraps a configuration storag

KeyValueFactory::SPECIFIC_PREFIX

The specific setting name prefix. The collection name will be prefixed with this constant and used as a setting name. The setting value will be the id of a service. File core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php, line 18 Class KeyValueFactory Defines the key/value store factory. Namespace Drupal\Core\KeyValueStore Code const SPECIFIC_PREFIX = 'keyvalue_service_';

LanguageListBuilder::$entitiesKey

The key to use for the form element containing the entities. Type: string Overrides DraggableListBuilder::$entitiesKey File core/modules/language/src/LanguageListBuilder.php, line 24 Class LanguageListBuilder Defines a class to build a listing of language entities. Namespace Drupal\language Code protected $entitiesKey = 'languages';

Tip::$title

The title of the plugin. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/tour/src/Annotation/Tip.php, line 37 Class Tip Defines a tour item annotation object. Namespace Drupal\tour\Annotation Code public $title;