DateTimePlus::$errors

An array of errors encountered when creating this date. File core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 91 Class DateTimePlus Wraps DateTime(). Namespace Drupal\Component\Datetime Code protected $errors = array();

CommentViewBuilder::buildComponents

public CommentViewBuilder::buildComponents(array &$build, array $entities, array $displays, $view_mode) In addition to modifying the content key on entities, this implementation will also set the comment entity key which all comments carry. Throws \InvalidArgumentException Thrown when a comment is attached to an entity that no longer exists. Overrides EntityViewBuilder::buildComponents File core/modules/comment/src/CommentViewBuilder.php, line 84 Class CommentViewBuilder View builder

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

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;

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

Merge::useDefaults

public Merge::useDefaults(array $fields) Specifies fields for which the database-defaults should be used. If you want to force a given field to use the database-defined default, not NULL or undefined, use this method to instruct the database to use default values explicitly. In most cases this will not be necessary unless you are inserting a row that is all default values, as you cannot specify no values in an INSERT query. Specifying a field both in fields() and in useDefaults() is an error an