outside_in_theme

outside_in_theme() Implements hook_theme(). File core/modules/outside_in/outside_in.module, line 72 Allows configuring blocks and other configuration from the site front-end. Code function outside_in_theme() { return [ 'outside_in_page_wrapper' => [ 'variables' => ['children' => NULL], ], ]; }

UserStorageSchema::getSharedTableFieldSchema

protected UserStorageSchema::getSharedTableFieldSchema(FieldStorageDefinitionInterface $storage_definition, $table_name, array $column_mapping) Gets the schema for a single field definition. Entity types may override this method in order to optimize the generated schema for given field. While all optimizations that apply to a single field have to be added here, all cross-field optimizations should be via SqlContentEntityStorageSchema::getEntitySchema() instead; e.g., an index spanning multiple

ActionFormBase::validateForm

public ActionFormBase::validateForm(array &$form, FormStateInterface $form_state) Form validation 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 FormBase::validateForm File core/modules/action/src/ActionFormBase.php, line 121 Class ActionFormBase Provides a base form for action forms. Namespace Drupal\action Code public function validateForm(array

JsCollectionRenderer::render

public JsCollectionRenderer::render(array $js_assets) This class evaluates the aggregation enabled/disabled condition on a group by group basis by testing whether an aggregate file has been made for the group rather than by testing the site-wide aggregation setting. This allows this class to work correctly even if modules have implemented custom logic for grouping and aggregating files. Overrides AssetCollectionRendererInterface::render File core/lib/Drupal/Core/Asset/JsCollectionRenderer.php,

Tables::$entityTables

Entity table array, key is table name, value is alias. This array contains at most two entries: one for the data, one for the properties. Type: array File core/lib/Drupal/Core/Entity/Query/Sql/Tables.php, line 28 Class Tables Adds tables and fields to the SQL entity query. Namespace Drupal\Core\Entity\Query\Sql Code protected $entityTables = array();

BackendChain::deleteAll

public BackendChain::deleteAll() Deletes all cache items in a bin. Overrides CacheBackendInterface::deleteAll See also \Drupal\Core\Cache\CacheBackendInterface::invalidateAll() \Drupal\Core\Cache\CacheBackendInterface::delete() \Drupal\Core\Cache\CacheBackendInterface::deleteMultiple() File core/lib/Drupal/Core/Cache/BackendChain.php, line 160 Class BackendChain Defines a chained cache implementation for combining multiple cache backends. Namespace Drupal\Core\Cache Code public functi

DatabaseCacheTagsChecksum::$invalidatedTags

A list of tags that have already been invalidated in this request. Used to prevent the invalidation of the same cache tag multiple times. Type: array File core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php, line 34 Class DatabaseCacheTagsChecksum Cache tags invalidations checksum implementation that uses the database. Namespace Drupal\Core\Cache Code protected $invalidatedTags = array();

Container::__construct

public Container::__construct(array $container_definition = array()) Constructs a new Container instance. Parameters array $container_definition: An array containing the following keys: aliases: The aliases of the container. parameters: The parameters of the container. services: The service definitions of the container. frozen: Whether the container definition came from a frozen container builder or not. machine_format: Whether this container definition uses the optimized machine-readable

BaseFieldDefinition::$type

The field type. Type: string File core/lib/Drupal/Core/Field/BaseFieldDefinition.php, line 24 Class BaseFieldDefinition A class for defining entity fields. Namespace Drupal\Core\Field Code protected $type;

DateFormatListBuilder::buildRow

public DateFormatListBuilder::buildRow(EntityInterface $entity) Builds a row for an entity in the entity listing. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity for this row of the list. Return value array A render array structure of fields for this entity. Overrides EntityListBuilder::buildRow See also \Drupal\Core\Entity\EntityListBuilder::render() File core/modules/system/src/DateFormatListBuilder.php, line 65 Class DateFormatListBuilder Defines a class to build a