GeneratedUrl::setGeneratedUrl

public GeneratedUrl::setGeneratedUrl($generated_url) Sets the generated URL. Parameters string $generated_url: The generated URL. Return value $this File core/lib/Drupal/Core/GeneratedUrl.php, line 39 Class GeneratedUrl Used to return generated URLs, along with associated bubbleable metadata. Namespace Drupal\Core Code public function setGeneratedUrl($generated_url) { $this->generatedUrl = $generated_url; return $this; }

EntityDisplayInterface::getOriginalMode

public EntityDisplayInterface::getOriginalMode() Gets the original view or form mode that was requested. Return value string The original mode that was requested. File core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php, line 111 Class EntityDisplayInterface Provides a common interface for entity displays. Namespace Drupal\Core\Entity\Display Code public function getOriginalMode();

LocalStream::stream_truncate

public LocalStream::stream_truncate($new_size) Truncate stream. Will respond to truncation; e.g., through ftruncate(). Parameters int $new_size: The new size. Return value bool TRUE on success, FALSE otherwise. Overrides PhpStreamWrapperInterface::stream_truncate File core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 360 Class LocalStream Defines a Drupal stream wrapper base class for local files. Namespace Drupal\Core\StreamWrapper Code public function stream_truncate($new_si

UuidInterface

Interface for generating UUIDs. Hierarchy interface \Drupal\Component\Uuid\UuidInterface File core/lib/Drupal/Component/Uuid/UuidInterface.php, line 8 Namespace Drupal\Component\Uuid Members Name Modifiers Type Description UuidInterface::generate public function Generates a Universally Unique IDentifier (UUID).

ThemeRegistry::$persistable

Whether the partial registry can be persisted to the cache. This is only allowed if all modules and the request method is GET. _theme() should be very rarely called on POST requests and this avoids polluting the runtime cache. File core/lib/Drupal/Core/Utility/ThemeRegistry.php, line 28 Class ThemeRegistry Builds the run-time theme registry. Namespace Drupal\Core\Utility Code protected $persistable;

ResponsiveImageStyleInterface::setFallbackImageStyle

public ResponsiveImageStyleInterface::setFallbackImageStyle($fallback_image_style) Sets the fallback image style for the responsive image style. Parameters string $fallback_image_style: The fallback image style ID. Return value $this File core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 77 Class ResponsiveImageStyleInterface Provides an interface defining a responsive_image mapping entity. Namespace Drupal\responsive_image Code public function setFallbackImag

Select

SQLite implementation of \Drupal\Core\Database\Query\Select. Hierarchy class \Drupal\Core\Database\Query\Query implements PlaceholderInterfaceclass \Drupal\Core\Database\Query\Select implements SelectInterface uses QueryConditionTraitclass \Drupal\Core\Database\Driver\sqlite\Select File core/lib/Drupal/Core/Database/Driver/sqlite/Select.php, line 10 Namespace Drupal\Core\Database\Driver\sqlite Members Name Modifiers Type Description Query::$comments protected property

ExecutionContext::isConstraintValidated

public ExecutionContext::isConstraintValidated($cache_key, $constraint_hash) Returns whether a constraint was validated for an object. @internal Used by the validator engine. Should not be called by user code. Parameters string $cacheKey The hash of the object: string $constraintHash The hash of the constraint: Return value bool Whether the constraint was already validated Overrides ExecutionContextInterface::isConstraintValidated File core/lib/Drupal/Core/TypedData/Validation/ExecutionContex

LocalStream::stream_stat

public LocalStream::stream_stat() Support for fstat(). Return value bool An array with file status, or FALSE in case of an error - see fstat() for a description of this array. Overrides PhpStreamWrapperInterface::stream_stat See also http://php.net/manual/streamwrapper.stream-stat.php File core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 283 Class LocalStream Defines a Drupal stream wrapper base class for local files. Namespace Drupal\Core\StreamWrapper Code public function s

BookOutlineStorage::__construct

public BookOutlineStorage::__construct(Connection $connection) Constructs a BookOutlineStorage object. File core/modules/book/src/BookOutlineStorage.php, line 22 Class BookOutlineStorage Defines a storage class for books outline. Namespace Drupal\book Code public function __construct(Connection $connection) { $this->connection = $connection; }