views-view-list.html.twig

Default theme implementation for a view template to display a list of rows. Available variables: attributes: HTML attributes for the container. rows: A list of rows for this list. attributes: The row's HTML attributes. content: The row's contents. title: The title of this group of rows. May be empty. list: @todo. type: Starting tag will be either a ul or ol. attributes: HTML attributes for the list element. See also template_preprocess_views_view_list() File core/modules/views/tem

ThemeRegistry::updateCache

protected ThemeRegistry::updateCache($lock = TRUE) Writes a value to the persistent cache immediately. Parameters bool $lock: (optional) Whether to acquire a lock before writing to cache. Defaults to TRUE. Overrides CacheCollector::updateCache File core/lib/Drupal/Core/Utility/ThemeRegistry.php, line 134 Class ThemeRegistry Builds the run-time theme registry. Namespace Drupal\Core\Utility Code protected function updateCache($lock = TRUE) { if (!$this->persistable) { return;

CurrentRouteMatch::$routeMatches

Internal cache of RouteMatch objects. Type: \SplObjectStorage File core/lib/Drupal/Core/Routing/CurrentRouteMatch.php, line 25 Class CurrentRouteMatch Default object for current_route_match service. Namespace Drupal\Core\Routing Code protected $routeMatches;

UrlGenerator::getRouteDebugMessage

public UrlGenerator::getRouteDebugMessage($name, array $parameters = array()) Convert a route identifier (name, content object etc) into a string usable for logging and other debug/error messages. Parameters mixed $name: array $parameters which should contain a content field containing: a RouteReferrersReadInterface object Return value string Overrides VersatileGeneratorInterface::getRouteDebugMessage File core/lib/Drupal/Core/Routing/UrlGenerator.php, line 442 Class UrlGenerator Generat

Token::$languageManager

The language manager. Type: \Drupal\Core\Language\LanguageManagerInterface File core/lib/Drupal/Core/Utility/Token.php, line 79 Class Token Drupal placeholder/token replacement system. Namespace Drupal\Core\Utility Code protected $languageManager;

RendererInterface::mergeBubbleableMetadata

public RendererInterface::mergeBubbleableMetadata(array $a, array $b) Merges the bubbleable rendering metadata o/t 2nd render array with the 1st. Parameters array $a: A render array. array $b: A render array. Return value array The first render array, modified to also contain the bubbleable rendering metadata of the second render array. See also \Drupal\Core\Render\BubbleableMetadata File core/lib/Drupal/Core/Render/RendererInterface.php, line 394 Class RendererInterface Defines an inte

FeedInterface::setLastModified

public FeedInterface::setLastModified($modified) Sets the last modification of the feed. Parameters int $modified: The timestamp when the feed was modified. Return value \Drupal\aggregator\FeedInterface The class instance that this method is called on. File core/modules/aggregator/src/FeedInterface.php, line 212 Class FeedInterface Provides an interface defining an aggregator feed entity. Namespace Drupal\aggregator Code public function setLastModified($modified);

locale_translation_source_check_file

locale_translation_source_check_file($source) Checks whether a po file exists in the local filesystem. It will search in the directory set in the translation source. Which defaults to the "translations://" stream wrapper path. The directory may contain any valid stream wrapper. The "local" files property of the source object contains the definition of a po file we are looking for. The file name defaults to %project-%version.%language.po. Per project this value can be overridden using the server

QuickEditController::$tempStoreFactory

The PrivateTempStore factory. Type: \Drupal\user\PrivateTempStoreFactory File core/modules/quickedit/src/QuickEditController.php, line 30 Class QuickEditController Returns responses for Quick Edit module routes. Namespace Drupal\quickedit Code protected $tempStoreFactory;

MetadataGenerator::$accessChecker

An object that checks if a user has access to edit a given entity field. Type: \Drupal\quickedit\Access\EditEntityFieldAccessCheckInterface File core/modules/quickedit/src/MetadataGenerator.php, line 21 Class MetadataGenerator Generates in-place editing metadata for an entity field. Namespace Drupal\quickedit Code protected $accessChecker;