Textarea

Defines the textarea element for the configuration translation interface. Hierarchy class \Drupal\config_translation\FormElement\FormElementBase implements ElementInterface uses StringTranslationTraitclass \Drupal\config_translation\FormElement\Textarea File core/modules/config_translation/src/FormElement/Textarea.php, line 10 Namespace Drupal\config_translation\FormElement Members Name Modifiers Type Description FormElementBase::$definition protected property The data

LocalStream::getUri

LocalStream::getUri() Returns the stream resource URI. Return value string Returns the current URI of the instance. Overrides StreamWrapperInterface::getUri File core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 67 Class LocalStream Defines a Drupal stream wrapper base class for local files. Namespace Drupal\Core\StreamWrapper Code function getUri() { return $this->uri; }

ShortcutAccessControlHandler::$shortcutSetStorage

The shortcut_set storage. Type: \Drupal\shortcut\ShortcutSetStorageInterface File core/modules/shortcut/src/ShortcutAccessControlHandler.php, line 25 Class ShortcutAccessControlHandler Defines the access control handler for the shortcut entity type. Namespace Drupal\shortcut Code protected $shortcutSetStorage;

QueryConditionTrait::isNotNull

public QueryConditionTrait::isNotNull($field) Sets a condition that the specified field be NOT NULL. Parameters $field: The name of the field to check. Return value \Drupal\Core\Database\Query\ConditionInterface The called object. Overrides ConditionInterface::isNotNull File core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php, line 42 Class QueryConditionTrait Provides an implementation of ConditionInterface. Namespace Drupal\Core\Database\Query Code public function isNotNull

NoBigPipeRouteAlterSubscriber

Sets the '_no_big_pipe' option on select routes. Hierarchy class \Drupal\big_pipe\EventSubscriber\NoBigPipeRouteAlterSubscriber implements EventSubscriberInterface File core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php, line 12 Namespace Drupal\big_pipe\EventSubscriber Members Name Modifiers Type Description NoBigPipeRouteAlterSubscriber::getSubscribedEvents static function Returns an array of event names this subscriber wants to listen to. Over

ModerationStateTransition::$stateFrom

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

drupal_mkdir

drupal_mkdir($uri, $mode = NULL, $recursive = FALSE, $context = NULL) Creates a directory, optionally creating missing components in the path to the directory. Deprecated in Drupal 8.0.x-dev, will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystem::mkdir(). Related topics File interface Common file handling functions. File core/includes/file.inc, line 1158 API for handling file uploads and server file management. Code function drupal_mkdir($uri, $mode = NULL, $recursive = F

SharedTempStore::set

public SharedTempStore::set($key, $value) Stores a particular key/value pair in this SharedTempStore. Parameters string $key: The key of the data to store. mixed $value: The data to store. File core/modules/user/src/SharedTempStore.php, line 189 Class SharedTempStore Stores and retrieves temporary data for a given owner. Namespace Drupal\user Code public function set($key, $value) { if (!$this->lockBackend->acquire($key)) { $this->lockBackend->wait($key); if (!$t

EntityType::$list_cache_tags

The list cache tags for this entity type. Type: string[] File core/lib/Drupal/Core/Entity/EntityType.php, line 253 Class EntityType Provides an implementation of an entity type and its metadata. Namespace Drupal\Core\Entity Code protected $list_cache_tags = [];

SqlContentEntityStorage::$langcodeKey

The entity langcode key. Type: string|bool Overrides EntityStorageBase::$langcodeKey File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 62 Class SqlContentEntityStorage A content entity database storage implementation. Namespace Drupal\Core\Entity\Sql Code protected $langcodeKey = FALSE;