ActionConfigEntityInterface::getType

public ActionConfigEntityInterface::getType() Returns the operation type. Return value string File core/modules/system/src/ActionConfigEntityInterface.php, line 24 Class ActionConfigEntityInterface Provides an interface defining a action entity. Namespace Drupal\system Code public function getType();

vertical-tabs.html.twig

Default theme implementation for vertical tabs. Available variables attributes: A list of HTML attributes for the wrapper element. children: The rendered tabs. See also template_preprocess_vertical_tabs() File core/modules/system/templates/vertical-tabs.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

ConfigImportSubscriber::validateDependencies

protected ConfigImportSubscriber::validateDependencies(ConfigImporter $config_importer) Validates configuration being imported does not have unmet dependencies. Parameters \Drupal\Core\Config\ConfigImporter $config_importer: The configuration importer. File core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php, line 189 Class ConfigImportSubscriber Config import subscriber for config import events. Namespace Drupal\Core\EventSubscriber Code protected function validateDepende

AddForm

Provides the path add form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\path\Form\PathFormBaseclass \Drupal\path\Form\AddForm File core/modules/path/src/Form/AddForm.php, line 10 Namespace Drupal\path\Form Members Name Modifiers Type Description AddForm::buildPath pro

SessionManager::save

public SessionManager::save() Force the session to be saved and closed. This method must invoke session_write_close() unless this interface is used for a storage object design for unit or functional testing where a real PHP session would interfere with testing, in which case it should actually persist the session data if required. Throws \RuntimeException If the session is saved without being started, or if the session is already closed. Overrides NativeSessionStorage::save File core/lib/Drupa

KeyValueEntityStorage::$keyValueStore

The key value store. Type: \Drupal\Core\KeyValueStore\KeyValueStoreInterface File core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php, line 36 Class KeyValueEntityStorage Provides a key value backend for entities. Namespace Drupal\Core\Entity\KeyValueStore Code protected $keyValueStore;

MemoryStorage::delete

public MemoryStorage::delete($key) Deletes an item from the key/value store. Parameters string $key: The item name to delete. Overrides StorageBase::delete File core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php, line 81 Class MemoryStorage Defines a default key/value store implementation. Namespace Drupal\Core\KeyValueStore Code public function delete($key) { unset($this->data[$key]); }

TwigTransTokenParser::decideForFork

public TwigTransTokenParser::decideForFork($token) Detect a 'plural' switch or the end of a 'trans' tag. File core/lib/Drupal/Core/Template/TwigTransTokenParser.php, line 58 Class TwigTransTokenParser A class that defines the Twig 'trans' token parser for Drupal. Namespace Drupal\Core\Template Code public function decideForFork($token) { return $token->test(array('plural', 'endtrans')); }

Yaml::$serializer

The YAML implementation to use. Type: \Drupal\Component\Serialization\SerializationInterface File core/lib/Drupal/Component/Serialization/Yaml.php, line 17 Class Yaml Provides a YAML serialization implementation. Namespace Drupal\Component\Serialization Code protected static $serializer;

Html::transformRootRelativeUrlsToAbsolute

public static Html::transformRootRelativeUrlsToAbsolute($html, $scheme_and_host) Converts all root-relative URLs to absolute URLs. Does not change any existing protocol-relative or absolute URLs. Does not change other relative URLs because they would result in different absolute URLs depending on the current path. For example: when the same content containing such a relative URL (for example 'image.png'), is served from its canonical URL (for example 'http://example.com/some-article') or from a