PageCache::$httpKernel

The wrapped HTTP kernel. Type: \Symfony\Component\HttpKernel\HttpKernelInterface File core/modules/page_cache/src/StackMiddleware/PageCache.php, line 27 Class PageCache Executes the page caching before the main kernel takes over the request. Namespace Drupal\page_cache\StackMiddleware Code protected $httpKernel;

PageCache::$cache

The cache bin. Type: \Drupal\Core\Cache\CacheBackendInterface. File core/modules/page_cache/src/StackMiddleware/PageCache.php, line 34 Class PageCache Executes the page caching before the main kernel takes over the request. Namespace Drupal\page_cache\StackMiddleware Code protected $cache;

PageCache

Executes the page caching before the main kernel takes over the request. Hierarchy class \Drupal\page_cache\StackMiddleware\PageCache implements HttpKernelInterface File core/modules/page_cache/src/StackMiddleware/PageCache.php, line 20 Namespace Drupal\page_cache\StackMiddleware Members Name Modifiers Type Description HttpKernelInterface::MASTER_REQUEST constant HttpKernelInterface::SUB_REQUEST constant PageCache::$cache protected property The cache bin.

Page::getInfo

public Page::getInfo() Returns the element properties for this element. Return value array An array of element properties. See \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for documentation of the standard properties of all elements, and the return value format. Overrides ElementInterface::getInfo File core/lib/Drupal/Core/Render/Element/Page.php, line 17 Class Page Provides a render element for the content of an HTML page. Namespace Drupal\Core\Render\Element Code publi

page.html.twig

Default theme implementation to display a single page. The doctype, html, head and body tags are not in this template. Instead they can be found in the html.html.twig template in this directory. Available variables: General utility variables: base_path: The base URL path of the Drupal installation. Will usually be "/" unless you have installed Drupal in a sub-directory. is_front: A flag indicating if the current page is the front page. logged_in: A flag indicating if the user is registered a

page-title.html.twig

Default theme implementation for page titles. Available variables: title_attributes: HTML attributes for the page title element. title_prefix: Additional output populated by modules, intended to be displayed in front of the main title tag that appears in the template. title: The page title, for use in the actual content. title_suffix: Additional output populated by modules, intended to be displayed after the main title tag that appears in the template. File core/modules/system/templates/

Page

Provides a render element for the content of an HTML page. This represents the "main part" of the HTML page's body; see html.html.twig. Plugin annotation @RenderElement("page") Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Render\Element\RenderElement implements ElementInterfaceclass \Drupal\Core\Render\Element

OverviewTerms::__construct

public OverviewTerms::__construct(ModuleHandlerInterface $module_handler, EntityManagerInterface $entity_manager) Constructs an OverviewTerms object. Parameters \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler service. \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager service. File core/modules/taxonomy/src/Form/OverviewTerms.php, line 39 Class OverviewTerms Provides terms overview form for a taxonomy vocabulary. Namespace D

OverviewTerms::submitReset

public OverviewTerms::submitReset(array &$form, FormStateInterface $form_state) Redirects to confirmation form for the reset action. File core/modules/taxonomy/src/Form/OverviewTerms.php, line 462 Class OverviewTerms Provides terms overview form for a taxonomy vocabulary. Namespace Drupal\taxonomy\Form Code public function submitReset(array &$form, FormStateInterface $form_state) { /** @var $vocabulary \Drupal\taxonomy\VocabularyInterface */ $vocabulary = $form_state->ge

OverviewTerms::submitForm

public OverviewTerms::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Rather than using a textfield or weight field, this form depends entirely upon the order of form elements on the page to determine new weights. Because there might be hundreds or thousands of taxonomy terms that need to be ordered, terms are weighted from 0 to the number of terms in the vocabulary, rather than the standard -10 to 10 scale. Numbers are sorted lowest to highest, but are not