JsCollectionOptimizer::$grouper

A JS asset grouper. Type: \Drupal\Core\Asset\JsCollectionGrouper File core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php, line 18 Class JsCollectionOptimizer Optimizes JavaScript assets. Namespace Drupal\Core\Asset Code protected $grouper;

ImageToolkit::$id

The plugin ID. Type: string File core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php, line 33 Class ImageToolkit Defines a Plugin annotation object for the image toolkit plugin. Namespace Drupal\Core\ImageToolkit\Annotation Code public $id;

CsrfTokenGenerator::computeToken

protected CsrfTokenGenerator::computeToken($seed, $value = '') Generates a token based on $value, the token seed, and the private key. Parameters string $seed: The per-session token seed. string $value: (optional) An additional value to base the token on. Return value string A 43-character URL-safe token for validation, based on the token seed, the hash salt provided by Settings::getHashSalt(), and the 'drupal_private_key' configuration variable. See also \Drupal\Core\Site\Settings::getHashS

ContactForm::$label

The human-readable label of the category. Type: string File core/modules/contact/src/Entity/ContactForm.php, line 62 Class ContactForm Defines the contact form entity. Namespace Drupal\contact\Entity Code protected $label;

Label

Provides a render element for displaying the label for a form element. Labels are generated automatically from element properties during processing of most form elements. This element is used internally by the form system to render labels for form elements. Plugin annotation @RenderElement("label") Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringT

template_preprocess_pager

template_preprocess_pager(&$variables) Prepares variables for pager templates. Default template: pager.html.twig. Menu callbacks that display paged query results should use #type => pager to retrieve a pager control so that users can view other results. Format a list of nearby pages with additional query results. Parameters array $variables: An associative array containing: pager: A render element containing: #tags: An array of labels for the controls in the pager. #element: An optio

Schema

PostgreSQL implementation of \Drupal\Core\Database\Schema. Hierarchy class \Drupal\Core\Database\Schema implements PlaceholderInterfaceclass \Drupal\Core\Database\Driver\pgsql\Schema Related topics Schema API API to handle database schemas. File core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 18 Namespace Drupal\Core\Database\Driver\pgsql Members Name Modifiers Type Description Schema::$connection protected property The database connection. Schema::$defa

CommentViewBuilder::__construct

public CommentViewBuilder::__construct(EntityTypeInterface $entity_type, EntityManagerInterface $entity_manager, LanguageManagerInterface $language_manager, AccountInterface $current_user) Constructs a new CommentViewBuilder. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition. \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager service. \Drupal\Core\Language\LanguageManagerInterface $language_manager: The language manager. \Dr

EntityStorageBase::getFromStaticCache

protected EntityStorageBase::getFromStaticCache(array $ids) Gets entities from the static cache. Parameters array $ids: If not empty, return entities that match these IDs. Return value \Drupal\Core\Entity\EntityInterface[] Array of entities from the entity cache. File core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 135 Class EntityStorageBase A base entity storage class. Namespace Drupal\Core\Entity Code protected function getFromStaticCache(array $ids) { $entities = array(

BaseFormIdInterface

Provides an interface for a Form that has a base form ID. This will become the $form_state->getBaseInfo()['base_form_id'] used to generate the name of hook_form_BASE_FORM_ID_alter(). Hierarchy interface \Drupal\Core\Form\FormInterfaceinterface \Drupal\Core\Form\BaseFormIdInterface File core/lib/Drupal/Core/Form/BaseFormIdInterface.php, line 11 Namespace Drupal\Core\Form Members Name Modifiers Type Description BaseFormIdInterface::getBaseFormId public function Returns