BlockListBuilder::submitForm

public BlockListBuilder::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/block/src/BlockListBuilder.php, line 357 Class BlockListBuilder Defines a class to build a listing of block entities. Namespace Drupal\block Code public functio

InvalidLookupKeyException

Exception thrown when a config entity uses an invalid lookup key. Hierarchy class \Drupal\Core\Config\Entity\Query\InvalidLookupKeyException extends \LogicException File core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php, line 8 Namespace Drupal\Core\Config\Entity\Query Members

EntityTypeInterface::getGroupLabel

public EntityTypeInterface::getGroupLabel() Gets the human-readable name of the entity type group. Return value string File core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 690 Class EntityTypeInterface Provides an interface for an entity type and its metadata. Namespace Drupal\Core\Entity Code public function getGroupLabel();

ConfigEntityStorageClassException

Thrown when a storage class is not an instance of ConfigEntityStorage. Hierarchy class \Drupal\Core\Config\ConfigException extends \RuntimeExceptionclass \Drupal\Core\Config\Entity\Exception\ConfigEntityStorageClassException File core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php, line 10 Namespace Drupal\Core\Config\Entity\Exception Members

Cookie::authenticate

public Cookie::authenticate(Request $request) Authenticates the user. Parameters \Symfony\Component\HttpFoundation\Request|null $request: The request object. Return value \Drupal\Core\Session\AccountInterface|null AccountInterface - in case of a successful authentication. NULL - in case where authentication failed. Overrides AuthenticationProviderInterface::authenticate File core/modules/user/src/Authentication/Provider/Cookie.php, line 55 Class Cookie Cookie based authentication provide

Transaction

SQLite implementation of \Drupal\Core\Database\Transaction. Hierarchy class \Drupal\Core\Database\Transactionclass \Drupal\Core\Database\Driver\sqlite\Transaction File core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php, line 10 Namespace Drupal\Core\Database\Driver\sqlite Members Name Modifiers Type Description Transaction::$connection protected property The connection object for this transaction. Transaction::$name protected property The name of the tr

Date::processDate

public static Date::processDate(&$element, FormStateInterface $form_state, &$complete_form) Processes a date form element. Parameters array $element: The form element to process. Properties used: #attributes: An associative array containing: type: The type of date field rendered. #date_date_format: The date format used in PHP formats. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. array $complete_form: The complete form structure. Return value a

Upsert::__toString

public Upsert::__toString() Implements PHP magic __toString method to convert the query to a string. The toString operation is how we compile a query object to a prepared statement. Return value string A prepared statement query string for this object. Overrides Query::__toString File core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php, line 79 Class Upsert PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert. Namespace Drupal\Core\Database\Driver\pgsql Code public functi

EntityDefinitionUpdateManager::getFieldStorageDefinition

public EntityDefinitionUpdateManager::getFieldStorageDefinition($name, $entity_type_id) Returns a field storage definition ready to be manipulated. When needing to apply updates to existing field storage definitions, this method should always be used to retrieve a storage definition ready to be manipulated. @todo Make this return a mutable storage definition interface when we have one. See https://www.drupal.org/node/2346329. Parameters string $name: The field name. string $entity_type_id: The

NativeUpsert

PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert. Hierarchy class \Drupal\Core\Database\Query\Query implements PlaceholderInterfaceclass \Drupal\Core\Database\Query\Upsert implements \Countable uses InsertTraitclass \Drupal\Core\Database\Driver\pgsql\NativeUpsert See also http://www.postgresql.org/docs/9.5/static/sql-insert.html#SQL-ON-CONFLICT File core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php, line 12 Namespace Drupal\Core\Database\Driver\pgsql