ViewExecutable::$built

Whether or not the view has been built. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 39 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $built = FALSE;

StatementEmpty::next

public StatementEmpty::next() File core/lib/Drupal/Core/Database/StatementEmpty.php, line 137 Class StatementEmpty Empty implementation of a database statement. Namespace Drupal\Core\Database Code public function next() { // Do nothing, since this is an always-empty implementation. }

ContentEntityNullStorage::loadRevision

public ContentEntityNullStorage::loadRevision($revision_id) Load a specific entity revision. Parameters int|string $revision_id: The revision id. Return value \Drupal\Core\Entity\EntityInterface|null The specified entity revision or NULL if not found. Overrides ContentEntityStorageBase::loadRevision File core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php, line 37 Class ContentEntityNullStorage Defines a null entity storage. Namespace Drupal\Core\Entity Code public function load

EntityFieldManager::$extraFields

Extra fields by bundle. Type: array File core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 31 Class EntityFieldManager Manages the discovery of entity fields. Namespace Drupal\Core\Entity Code protected $extraFields = [];

ConfigTranslationFieldListBuilder::$baseEntityType

The name of the entity type the fields are attached to. Type: string File core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php, line 22 Class ConfigTranslationFieldListBuilder Defines the config translation list builder for field entities. Namespace Drupal\config_translation\Controller Code protected $baseEntityType = '';

ViewUI::$stack

Stores a stack of UI forms to display. Type: array File core/modules/views_ui/src/ViewUI.php, line 78 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $stack;

ViewUI::$storage

The View storage object. Type: \Drupal\views\ViewEntityInterface File core/modules/views_ui/src/ViewUI.php, line 94 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code protected $storage;

SqlContentEntityStorageSchema::createSharedTableSchema

protected SqlContentEntityStorageSchema::createSharedTableSchema(FieldStorageDefinitionInterface $storage_definition, $only_save = FALSE) Creates the schema for a field stored in a shared table. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The storage definition of the field being created. bool $only_save: (optional) Whether to skip modification of database tables and only save the schema data for future comparison. For internal use only. This is used by o

hook_queue_info_alter

hook_queue_info_alter(&$queues) Alter cron queue information before cron runs. Called by \Drupal\Core\Cron to allow modules to alter cron queue settings before any jobs are processesed. Parameters array $queues: An array of cron queue information. See also \Drupal\Core\QueueWorker\QueueWorkerInterface \Drupal\Core\Annotation\QueueWorker \Drupal\Core\Cron Related topics Hooks Define functions that alter the behavior of Drupal core. File core/core.api.php, line 1955 Documentation landing

RouteSubscriber::alterRoutes

protected RouteSubscriber::alterRoutes(RouteCollection $collection) Alters existing routes for a specific collection. Parameters \Symfony\Component\Routing\RouteCollection $collection: The route collection for adding routes. Overrides RouteSubscriberBase::alterRoutes File core/modules/config_translation/src/Routing/RouteSubscriber.php, line 35 Class RouteSubscriber Listens to the dynamic route events. Namespace Drupal\config_translation\Routing Code protected function alterRoutes(Rout