TourViewBuilder

Provides a Tour view builder. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityViewBuilder implements EntityHandlerInterface, EntityViewBuilderInterfaceclass \Drupal\tour\TourViewBuilder File core/modules/tour/src/TourViewBuilder.php, line 11 Namespace Drupal\tour Members Name Modifiers Type Description DependencySerializationTrait::$_serviceIds protected property An array of

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

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

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

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

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;

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

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;

HelpSection::$id

The plugin ID. Type: string File core/modules/help/src/Annotation/HelpSection.php, line 29 Class HelpSection Defines a Plugin annotation object for help page section plugins. Namespace Drupal\help\Annotation Code public $id;

ViewAccessControlHandler

Defines the access control handler for the view entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\views\ViewAccessControlHandler See also \Drupal\views\Entity\View File core/modules/views/src/ViewAccessControlHandler.php, line 15 Namespace Drupal\views Members Name Modifiers Type Description