template_preprocess_views_ui_rearrange_filter_form

template_preprocess_views_ui_rearrange_filter_form(&$variables) Prepares variables for Views UI rearrange filter form templates. Default template: views-ui-rearrange-filter-form.html.twig. Parameters array $variables: An associative array containing: form: A render element representing the form. File core/modules/views_ui/views_ui.theme.inc, line 178 Preprocessors and theme functions for the Views UI. Code function template_preprocess_views_ui_rearrange_filter_form(&$variables) {

StorageBase::$collection

The name of the collection holding key and value pairs. Type: string File core/lib/Drupal/Core/KeyValueStore/StorageBase.php, line 15 Class StorageBase Provides a base class for key/value storage implementations. Namespace Drupal\Core\KeyValueStore Code protected $collection;

ContentEntityStorageBase

Base class for content entity storage handlers. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityStorageBase implements EntityHandlerInterface, EntityStorageInterfaceclass \Drupal\Core\Entity\ContentEntityStorageBase implements ContentEntityStorageInterface, DynamicallyFieldableEntityStorageInterface File core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 14 Namespace Drupal\Core\E

OutputStrategyInterface::renderFromHtml

public static OutputStrategyInterface::renderFromHtml($string) Transforms a given HTML string into to a context-appropriate output string. This transformation consists of performing the formatting appropriate to a given output context (e.g., plain-text email subjects, HTML attribute values). Parameters string|object $string: An HTML string or an object with a ::__toString() magic method returning HTML markup. The source HTML markup is considered ready for output into HTML fragments and thus al

template_preprocess_comment

template_preprocess_comment(&$variables) Prepares variables for comment templates. Default template: comment.html.twig. Parameters array $variables: An associative array containing: elements: An associative array containing the comment and entity objects. Array keys: #comment, #commented_entity. File core/modules/comment/comment.module, line 621 Enables users to comment on published content. Code function template_preprocess_comment(&$variables) { /** @var \Drupal\comment\Commen

EntityDisplayBase::$bundle

Bundle to be displayed. Type: string File core/lib/Drupal/Core/Entity/EntityDisplayBase.php, line 43 Class EntityDisplayBase Provides a common base class for entity view and form displays. Namespace Drupal\Core\Entity Code protected $bundle;

Select::preRenderSelect

public static Select::preRenderSelect($element) Prepares a select render element. File core/lib/Drupal/Core/Render/Element/Select.php, line 170 Class Select Provides a form element for a drop-down menu or scrolling selection box. Namespace Drupal\Core\Render\Element Code public static function preRenderSelect($element) { Element::setAttributes($element, array('id', 'name', 'size')); static::setAttributes($element, array('form-select')); return $element; }

LocalActionManager

Provides the default local action manager using YML as primary definition. Hierarchy class \Drupal\Component\Plugin\PluginManagerBase implements PluginManagerInterface uses DiscoveryTraitclass \Drupal\Core\Plugin\DefaultPluginManager implements CachedDiscoveryInterface, PluginManagerInterface, CacheableDependencyInterface uses DiscoveryCachedTrait, UseCacheBackendTraitclass \Drupal\Core\Menu\LocalActionManager implements LocalActionManagerInterface File core/lib/Drupal/Core/Menu/LocalActio

EntityAutocompleteMatcher::getMatches

public EntityAutocompleteMatcher::getMatches($target_type, $selection_handler, $selection_settings, $string = '') Gets matched labels based on a given search string. Parameters string $target_type: The ID of the target entity type. string $selection_handler: The plugin ID of the entity reference selection handler. array $selection_settings: An array of settings that will be passed to the selection handler. string $string: (optional) The label of the entity to query by. Return value array An a

ModerationStateTransitionDeleteForm::getQuestion

public ModerationStateTransitionDeleteForm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides ConfirmFormInterface::getQuestion File core/modules/content_moderation/src/Form/ModerationStateTransitionDeleteForm.php, line 17 Class ModerationStateTransitionDeleteForm Builds the form to delete Moderation state transition entities. Namespace Drupal\content_moderation\Form Code public function getQu