views-view-field.html.twig

Default theme implementation for a single field in a view. Available variables: view: The view that the field belongs to. field: The field handler that can process the input. row: The raw result of the database query that generated this field. output: The processed output that will normally be used. When fetching output from the row this construct should be used: data = row[field.field_alias] The above will guarantee that you'll always get the correct data, regardless of any changes in th

LanguageNegotiationMethodInterface

Interface for language negotiation classes. Hierarchy interface \Drupal\language\LanguageNegotiationMethodInterface File core/modules/language/src/LanguageNegotiationMethodInterface.php, line 13 Namespace Drupal\language Members Name Modifiers Type Description LanguageNegotiationMethodInterface::getLangcode public function Performs language negotiation. LanguageNegotiationMethodInterface::persist public function Notifies the plugin that the language code it retur

LanguageNegotiationMethodBase::setLanguageManager

public LanguageNegotiationMethodBase::setLanguageManager(ConfigurableLanguageManagerInterface $language_manager) Injects the language manager. Parameters \Drupal\language\ConfigurableLanguageManagerInterface $language_manager: The language manager to be used to retrieve the language list and the already negotiated languages. Overrides LanguageNegotiationMethodInterface::setLanguageManager File core/modules/language/src/LanguageNegotiationMethodBase.php, line 38 Class LanguageNegotiationMet

ImageToolkitOperationBase::$logger

A logger instance. Type: \Psr\Log\LoggerInterface File core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php, line 31 Class ImageToolkitOperationBase Provides a base class for image toolkit operation plugins. Namespace Drupal\Core\ImageToolkit Code protected $logger;

QuickEditController::create

public static QuickEditController::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The serv

Drupal::CORE_MINIMUM_SCHEMA_VERSION

Core minimum schema version. File core/lib/Drupal.php, line 94 Contains \Drupal. Class Drupal Static Service Container wrapper. Code const CORE_MINIMUM_SCHEMA_VERSION = 8000;

QueryBase::$entityTypeId

The entity type this query runs against. Type: string File core/lib/Drupal/Core/Entity/Query/QueryBase.php, line 18 Class QueryBase The base entity query class. Namespace Drupal\Core\Entity\Query Code protected $entityTypeId;

content_translation.admin.inc

The content translation administration forms. File core/modules/content_translation/content_translation.admin.inc Functions Name Description content_translation_field_sync_widget Returns a form element to configure field synchronization. content_translation_form_language_content_settings_submit Form submission handler for content_translation_admin_settings_form(). content_translation_form_language_content_settings_validate Form validation handler for content_translation_admin_

ConfigImporter::$themeHandler

The theme handler. Type: \Drupal\Core\Extension\ThemeHandlerInterface File core/lib/Drupal/Core/Config/ConfigImporter.php, line 120 Class ConfigImporter Defines a configuration importer. Namespace Drupal\Core\Config Code protected $themeHandler;

Transaction::$rolledBack

A boolean value to indicate whether this transaction has been rolled back. Type: bool File core/lib/Drupal/Core/Database/Transaction.php, line 38 Class Transaction A wrapper class for creating and managing database transactions. Namespace Drupal\Core\Database Code protected $rolledBack = FALSE;