MenuTreeStorage::$table

The database table name. Type: string File core/lib/Drupal/Core/Menu/MenuTreeStorage.php, line 51 Class MenuTreeStorage Provides a menu tree storage using the database. Namespace Drupal\Core\Menu Code protected $table;

FieldStorageConfig::preSave

public FieldStorageConfig::preSave(EntityStorageInterface $storage) Overrides \Drupal\Core\Entity\Entity::preSave(). Throws \Drupal\Core\Field\FieldException If the field definition is invalid. \Drupal\Core\Entity\EntityStorageException In case of failures at the configuration storage level. Overrides ConfigEntityBase::preSave File core/modules/field/src/Entity/FieldStorageConfig.php, line 274 Class FieldStorageConfig Defines the Field storage configuration entity. Namespace Drupal\fie

ConfigTranslationController::$pathProcessor

The path processor service. Type: \Drupal\Core\PathProcessor\InboundPathProcessorInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 53 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $pathProcessor;

ImageStyle::postDelete

public static ImageStyle::postDelete(EntityStorageInterface $storage, array $entities) Acts on deleted entities before the delete hook is invoked. Used after the entities are deleted but before invoking the delete hook. Parameters \Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object. \Drupal\Core\Entity\EntityInterface[] $entities: An array of entities. Overrides Entity::postDelete File core/modules/image/src/Entity/ImageStyle.php, line 117 Class ImageStyle Defin

BanAdmin::validateForm

public BanAdmin::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/ban/src/Form/BanAdmin.php, line 102 Class BanAdmin Displays banned IP addresses. Namespace Drupal\ban\Form Code public function validateForm(array &$form, FormStateI

SAVED_UPDATED

Return status for saving which involved an update to an existing item. File core/includes/common.inc, line 64 Common functions that many Drupal modules will need to reference. Code const SAVED_UPDATED = 2;

ConfigurableLanguage::isLocked

public ConfigurableLanguage::isLocked() Returns whether this language is locked. Return value bool Whether the language is locked or not. Overrides LanguageInterface::isLocked File core/modules/language/src/Entity/ConfigurableLanguage.php, line 102 Class ConfigurableLanguage Defines the ConfigurableLanguage entity. Namespace Drupal\language\Entity Code public function isLocked() { return (bool) $this->locked; }

BigPipeResponse::sendContent

public BigPipeResponse::sendContent() Sends content for the current web response. Return value Response Overrides Response::sendContent File core/modules/big_pipe/src/Render/BigPipeResponse.php, line 40 Class BigPipeResponse A response that is sent in chunks by the BigPipe service. Namespace Drupal\big_pipe\Render Code public function sendContent() { $this->bigPipe->sendContent($this->content, $this->getAttachments()); return $this; }

TwigNodeVisitor::doEnterNode

protected TwigNodeVisitor::doEnterNode(\Twig_Node $node, \Twig_Environment $env) Called before child nodes are visited. Parameters Twig_Node $node The node to visit: Twig_Environment $env The Twig environment instance: Return value Twig_Node The modified node Overrides Twig_BaseNodeVisitor::doEnterNode File core/lib/Drupal/Core/Template/TwigNodeVisitor.php, line 19 Class TwigNodeVisitor Provides a Twig_NodeVisitor to change the generated parse-tree. Namespace Drupal\Core\Template Cod

ExecutionContext::__construct

public ExecutionContext::__construct(ValidatorInterface $validator, $root, TranslatorInterface $translator, $translationDomain = NULL) Creates a new ExecutionContext. @internal Called by \Drupal\Core\TypedData\Validation\ExecutionContextFactory. Should not be used in user code. Parameters \Symfony\Component\Validator\Validator\ValidatorInterface $validator: The validator. mixed $root: The root. \Drupal\Core\Validation\TranslatorInterface $translator: The translator. string $translationDomain: