ShortcutForm

Form handler for the shortcut entity forms. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\Core\Entity\ContentEntityForm implements ContentEntityFormInterfaceclass \Drupal\shortcut\ShortcutForm File core/modules/shortcut

ConstraintViolationBuilder::setParameter

public ConstraintViolationBuilder::setParameter($key, $value) Sets a parameter to be inserted into the violation message. Parameters string $key The name of the parameter: string $value The value to be inserted in the parameter's place: Return value ConstraintViolationBuilderInterface This builder Overrides ConstraintViolationBuilderInterface::setParameter File core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php, line 146 Class ConstraintViolationBuilder Defines a co

BlockListBuilder::$theme

The theme containing the blocks. Type: string File core/modules/block/src/BlockListBuilder.php, line 31 Class BlockListBuilder Defines a class to build a listing of block entities. Namespace Drupal\block Code protected $theme;

RenderCache::$requestStack

The request stack. Type: \Symfony\Component\HttpFoundation\RequestStack File core/lib/Drupal/Core/Render/RenderCache.php, line 26 Class RenderCache Wraps the caching logic for the render caching system. Namespace Drupal\Core\Render Code protected $requestStack;

AliasManagerInterface

Find an alias for a path and vice versa. Hierarchy interface \Drupal\Core\Path\AliasManagerInterface See also \Drupal\Core\Path\AliasStorageInterface File core/lib/Drupal/Core/Path/AliasManagerInterface.php, line 10 Namespace Drupal\Core\Path Members Name Modifiers Type Description AliasManagerInterface::cacheClear public function Clear internal caches in alias manager. AliasManagerInterface::getAliasByPath public function Given a path, return the alias. Alias

DrupalKernel::$environment

The environment, e.g. 'testing', 'install'. Type: string File core/lib/Drupal/Core/DrupalKernel.php, line 111 Class DrupalKernel The DrupalKernel class is the core of Drupal itself. Namespace Drupal\Core Code protected $environment;

file_build_uri

file_build_uri($path) Constructs a URI to Drupal's default files location given a relative path. Related topics File interface Common file handling functions. File core/includes/file.inc, line 560 API for handling file uploads and server file management. Code function file_build_uri($path) { $uri = file_default_scheme() . '://' . $path; return file_stream_wrapper_uri_normalize($uri); }

aggregator-feed.html.twig

Default theme implementation to present an aggregator feed. The contents are rendered above feed listings when browsing source feeds. For example, "example.com/aggregator/sources/1". Available variables: title: Title of the feed item. content: All field items. Use {{ content }} to print them all, or print a subset such as {{ content.field_example }}. Use {{ content|without('field_example') }} to temporarily suppress the printing of a given element. title_attributes: Same as attributes, excep

UpdateRegistry::$logFilename

The filename of the log file. Type: string File core/lib/Drupal/Core/Update/UpdateRegistry.php, line 39 Class UpdateRegistry Provides all and missing update implementations. Namespace Drupal\Core\Update Code protected $logFilename;

RoutePreloader::$nonAdminRoutesOnRebuild

Contains the non-admin routes while rebuilding the routes. Type: array File core/lib/Drupal/Core/Routing/RoutePreloader.php, line 41 Class RoutePreloader Defines a class which preloads non-admin routes. Namespace Drupal\Core\Routing Code protected $nonAdminRoutesOnRebuild = array();