AliasStorage::TABLE

The table for the url_alias storage. File core/lib/Drupal/Core/Path/AliasStorage.php, line 24 Class AliasStorage Provides a class for CRUD operations on path aliases. Namespace Drupal\Core\Path Code const TABLE = 'url_alias';

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

TypedDataManagerInterface::createListDataDefinition

public TypedDataManagerInterface::createListDataDefinition($item_type) Creates a new list data definition for items of the given data type. Parameters string $item_type: The item type, for which a list data definition should be created. Return value \Drupal\Core\TypedData\ListDataDefinitionInterface A list definition for items of the given data type. See also \Drupal\Core\TypedData\TypedDataManager::createDataDefinition() File core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php, lin

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;

_system_rebuild_module_data_ensure_required

_system_rebuild_module_data_ensure_required($module, &$modules) Ensures that dependencies of required modules are also required. Parameters \Drupal\Core\Extension\Extension $module: The module info. \Drupal\Core\Extension\Extension[] $modules: The array of all module info. File core/modules/system/system.module, line 1046 Configuration system that lets administrators modify the workings of the site. Code function _system_rebuild_module_data_ensure_required($module, &$modules) { if

ConfigSingleImportForm::validateForm

public ConfigSingleImportForm::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormBase::validateForm File core/modules/config/src/Form/ConfigSingleImportForm.php, line 279 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupa

IntegerInterface

Interface for integer numbers. The plain value of an integer is a regular PHP integer. For setting the value any PHP variable that casts to an integer may be passed. Hierarchy interface \Drupal\Core\TypedData\PrimitiveInterfaceinterface \Drupal\Core\TypedData\Type\IntegerInterface Related topics Typed Data API API for describing data based on a set of available data types. File core/lib/Drupal/Core/TypedData/Type/IntegerInterface.php, line 15 Namespace Drupal\Core\TypedData\Type Mem

text_help

text_help($route_name, RouteMatchInterface $route_match) Implements hook_help(). File core/modules/text/text.module, line 16 Defines simple text field types. Code function text_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.text': $output = ''; $output .= '<h3>' . t('About') . '</h3>'; $output .= '<p>' . t('The Text module allows you to create short and long text fields with optional summaries. See the <