Log::$connectionKey

The connection key for which this object is logging. Type: string File core/lib/Drupal/Core/Database/Log.php, line 39 Class Log Database query logger. Namespace Drupal\Core\Database Code protected $connectionKey = 'default';

RevisionableInterface

Provides methods for an entity to support revisions. Hierarchy interface \Drupal\Core\Entity\RevisionableInterface File core/lib/Drupal/Core/Entity/RevisionableInterface.php, line 8 Namespace Drupal\Core\Entity Members Name Modifiers Type Description RevisionableInterface::getRevisionId public function Gets the revision identifier of the entity. RevisionableInterface::isDefaultRevision public function Checks if this entity is the default revision. RevisionableI

ViewExecutable::$args

Any arguments that have been passed into the view. Type: array File core/modules/views/src/ViewExecutable.php, line 55 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $args = array();

UpdateManagerUpdate::submitForm

public UpdateManagerUpdate::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/update/src/Form/UpdateManagerUpdate.php, line 312 Class UpdateManagerUpdate Configure update settings for this site. Namespace Drupal\update\Form Code public

KeyValueEntityStorage

Provides a key value backend for entities. @todo Entities that depend on auto-incrementing serial IDs need to explicitly provide an ID until a generic wrapper around the functionality provided by \Drupal\Core\Database\Connection::nextId() is added and used. @todo Revisions are currently not supported. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityStorageBase implements EntityHandlerInterface, Entity

BookRemoveForm::create

public static BookRemoveForm::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The service c

CsrfTokenGenerator

Generates and validates CSRF tokens. Hierarchy class \Drupal\Core\Access\CsrfTokenGenerator See also \Drupal\Tests\Core\Access\CsrfTokenGeneratorTest File core/lib/Drupal/Core/Access/CsrfTokenGenerator.php, line 15 Namespace Drupal\Core\Access Members Name Modifiers Type Description CsrfTokenGenerator::$privateKey protected property The private key service. CsrfTokenGenerator::$sessionMetadata protected property The session metadata bag. CsrfTokenGenerator::co

hook_query_alter

hook_query_alter(Drupal\Core\Database\Query\AlterableInterface $query) Perform alterations to a structured query. Structured (aka dynamic) queries that have tags associated may be altered by any module before the query is executed. Parameters $query: A Query object describing the composite parts of a SQL query. See also hook_query_TAG_alter() node_query_node_access_alter() AlterableInterface SelectInterface Related topics Database abstraction layer Allow the use of different database servers

EntityTypeEventSubscriberTrait::onEntityTypeDelete

public EntityTypeEventSubscriberTrait::onEntityTypeDelete(EntityTypeInterface $entity_type) File core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php, line 71 Class EntityTypeEventSubscriberTrait Helper methods for EntityTypeListenerInterface. Namespace Drupal\Core\Entity Code public function onEntityTypeDelete(EntityTypeInterface $entity_type) { }

EntityStorageBase::$entities

Static cache of entities, keyed by entity ID. Type: array File core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 17 Class EntityStorageBase A base entity storage class. Namespace Drupal\Core\Entity Code protected $entities = array();