SearchPageListBuilder::$searchManager

The search manager. Type: \Drupal\search\SearchPluginManager File core/modules/search/src/SearchPageListBuilder.php, line 43 Class SearchPageListBuilder Defines a class to build a listing of search page entities. Namespace Drupal\search Code protected $searchManager;

Select::having

public Select::having($snippet, $args = array()) Adds an arbitrary HAVING clause to the query. Parameters $snippet: A portion of a HAVING clause as a prepared statement. It must use named placeholders, not ? placeholders. $args: (optional) An associative array of arguments. Return value $this Overrides SelectInterface::having File core/lib/Drupal/Core/Database/Query/Select.php, line 304 Class Select Query builder for SELECT statements. Namespace Drupal\Core\Database\Query Code public

FieldDefinitionListener::__construct

public FieldDefinitionListener::__construct(EntityTypeManagerInterface $entity_type_manager, EntityFieldManagerInterface $entity_field_manager, KeyValueFactoryInterface $key_value_factory, CacheBackendInterface $cache_backend) Constructs a new FieldDefinitionListener. Parameters \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager. \Drupal\Core\Entity\EntityFieldManagerInterface $entity_field_manager: The entity field manager. \Drupal\Core\KeyValueStore\

QueryException

Exception thrown by Query() on unsupported query syntax. Some storage modules might not support the full range of the syntax for conditions, and will raise a QueryException when an unsupported condition was specified. Hierarchy class \Drupal\Core\Entity\Query\QueryException extends \Exception File core/lib/Drupal/Core/Entity/Query/QueryException.php, line 12 Namespace Drupal\Core\Entity\Query Members

NodeRevisionRevertForm::$dateFormatter

The date formatter service. Type: \Drupal\Core\Datetime\DateFormatterInterface File core/modules/node/src/Form/NodeRevisionRevertForm.php, line 37 Class NodeRevisionRevertForm Provides a form for reverting a node revision. Namespace Drupal\node\Form Code protected $dateFormatter;

hook_field_widget_WIDGET_TYPE_form_alter

hook_field_widget_WIDGET_TYPE_form_alter(&$element, \Drupal\Core\Form\FormStateInterface $form_state, $context) Alter widget forms for a specific widget provided by another module. Modules can implement hook_field_widget_WIDGET_TYPE_form_alter() to modify a specific widget form, rather than using hook_field_widget_form_alter() and checking the widget type. Parameters $element: The field widget form element as constructed by hook_field_widget_form(). $form_state: The current state of the fo

StatementEmpty::key

public StatementEmpty::key() File core/lib/Drupal/Core/Database/StatementEmpty.php, line 123 Class StatementEmpty Empty implementation of a database statement. Namespace Drupal\Core\Database Code public function key() { return NULL; }

FieldStorageDefinitionInterface::getPropertyDefinition

public FieldStorageDefinitionInterface::getPropertyDefinition($name) Gets the definition of a contained property. Parameters string $name: The name of property. Return value \Drupal\Core\TypedData\DataDefinitionInterface|null The definition of the property or NULL if the property does not exist. File core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php, line 176 Class FieldStorageDefinitionInterface Defines an interface for entity field storage definitions. Namespace Drupal\

FieldDefinitionListener::onFieldDefinitionUpdate

public FieldDefinitionListener::onFieldDefinitionUpdate(FieldDefinitionInterface $field_definition, FieldDefinitionInterface $original) Reacts to the update of a field. Parameters \Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition being updated. \Drupal\Core\Field\FieldDefinitionInterface $original: The original field definition; i.e., the definition before the update. Overrides FieldDefinitionListenerInterface::onFieldDefinitionUpdate File core/lib/Drupal/Core

EntityTypeModerationRouteProvider::getModerationFormRoute

protected EntityTypeModerationRouteProvider::getModerationFormRoute(EntityTypeInterface $entity_type) Gets the moderation-form route. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type. Return value \Symfony\Component\Routing\Route|null The generated route, if available. File core/modules/content_moderation/src/Routing/EntityTypeModerationRouteProvider.php, line 38 Class EntityTypeModerationRouteProvider Provides the moderation configuration routes for confi