CSS_THEME

The default weight for CSS rules that style themes and are not included with components. File core/includes/common.inc, line 104 Common functions that many Drupal modules will need to reference. Code const CSS_THEME = 200;

ViewExecutable::$exposed_widgets

The rendered output of the exposed form. Type: string File core/modules/views/src/ViewExecutable.php, line 343 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $exposed_widgets;

image.admin.inc

Administration pages for image settings. File core/modules/image/image.admin.inc Functions Name Description template_preprocess_image_anchor Prepares variables for image anchor templates. template_preprocess_image_style_preview Prepares variables for image style preview templates.

RendererInterface::render

public RendererInterface::render(&$elements, $is_root_call = FALSE) Renders HTML given a structured array tree. Renderable arrays have two kinds of key/value pairs: properties and children. Properties have keys starting with '#' and their values influence how the array will be rendered. Children are all elements whose keys do not start with a '#'. Their values should be renderable arrays themselves, which will be rendered during the rendering of the parent array. The markup provided by the

SystemManager::REQUIREMENT_ERROR

Requirement severity -- Error condition; abort installation. File core/modules/system/src/SystemManager.php, line 66 Class SystemManager System Manager Service. Namespace Drupal\system Code const REQUIREMENT_ERROR = 2;

HelpController

Controller routines for help routes. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\help\Controller\HelpController File core/modules/help/src/Controller/HelpController.php, line 15 Namespace Drupal\help\Controller Members Name Modifiers Type Description ControllerBase::$configFactory protected property

BookAdminEditForm::buildForm

public BookAdminEditForm::buildForm(array $form, FormStateInterface $form_state, NodeInterface $node = NULL) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/book/src/Form/BookAdminEditForm.php, line 69 Class BookAdminEditForm Provides a form for administering a sing

PoStreamReader::$_current_plural_index

Current plural index for plural translations. Type: int File core/lib/Drupal/Component/Gettext/PoStreamReader.php, line 49 Class PoStreamReader Implements Gettext PO stream reader. Namespace Drupal\Component\Gettext Code private $_current_plural_index = 0;

MemoryBackend::reset

public MemoryBackend::reset() Reset statically cached variables. This is only used by tests. File core/lib/Drupal/Core/Cache/MemoryBackend.php, line 220 Class MemoryBackend Defines a memory cache implementation. Namespace Drupal\Core\Cache Code public function reset() { $this->cache = []; }

PoStreamReader::$_fd

File handle of the current PO stream. Type: resource File core/lib/Drupal/Component/Gettext/PoStreamReader.php, line 70 Class PoStreamReader Implements Gettext PO stream reader. Namespace Drupal\Component\Gettext Code private $_fd;