StorageCacheInterface::resetListCache

public StorageCacheInterface::resetListCache() Reset the static cache of the listAll() cache. File core/lib/Drupal/Core/Config/StorageCacheInterface.php, line 13 Class StorageCacheInterface Defines an interface for cached configuration storage. Namespace Drupal\Core\Config Code public function resetListCache();

LanguageInterface::STATE_LOCKED

The language state when referring to locked languages. File core/lib/Drupal/Core/Language/LanguageInterface.php, line 62 Class LanguageInterface Defines a language. Namespace Drupal\Core\Language Code const STATE_LOCKED = 2;

DateHelper::weekDaysAbbr2

public static DateHelper::weekDaysAbbr2($required = FALSE) Constructs a translated array of 2-letter week day abbreviations. Parameters bool $required: (optional) If FALSE, the returned array will include a blank value. Defaults to FALSE. Return value array An array of week day 2 letter abbreviations File core/lib/Drupal/Core/Datetime/DateHelper.php, line 209 Class DateHelper Defines Gregorian Calendar date values. Namespace Drupal\Core\Datetime Code public static function weekDaysAb

ThemeHandler::hasUi

public ThemeHandler::hasUi($name) Determines if a theme should be shown in the user interface. To be shown in the UI the theme has to be installed. If the theme is hidden it will not be shown unless it is the default or admin theme. Parameters string $name: The name of the theme to check. Return value bool TRUE if the theme should be shown in the UI, FALSE if not. Overrides ThemeHandlerInterface::hasUi File core/lib/Drupal/Core/Extension/ThemeHandler.php, line 489 Class ThemeHandler Defa

ExceptionLoggingSubscriber::onException

public ExceptionLoggingSubscriber::onException(GetResponseForExceptionEvent $event) Log all exceptions. Parameters \Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent $event: The event to process. File core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php, line 79 Class ExceptionLoggingSubscriber Log exceptions without further handling. Namespace Drupal\Core\EventSubscriber Code public function onException(GetResponseForExceptionEvent $event) { $exception

Block::getVisibilityCondition

public Block::getVisibilityCondition($instance_id) Gets a visibility condition plugin instance. Parameters string $instance_id: The condition plugin instance ID. Return value \Drupal\Core\Condition\ConditionInterface A condition plugin. Overrides BlockInterface::getVisibilityCondition File core/modules/block/src/Entity/Block.php, line 283 Class Block Defines a Block configuration entity class. Namespace Drupal\block\Entity Code public function getVisibilityCondition($instance_id) {

block.install

Contains install and update functions for Block. File core/modules/block/block.install Functions Name Description block_install Implements hook_install(). block_update_8001 Update block visibility context mapping. block_update_8002 Placeholder for the previous 8002 update. block_update_8003 Remove 'cache' setting.

node-edit-form.html.twig

Default theme implementation for a node edit form. Two column template for the node add/edit form. This template will be used when a node edit form specifies 'node_edit_form' as its #theme callback. Otherwise, by default, node add/edit forms will be themed by form.html.twig. Available variables: form: The node add/edit form. See also seven_form_node_form_alter() File core/modules/node/templates/node-edit-form.html.twig Related topics Theme system overview Functions and templates for the

locale_translation_clear_status

locale_translation_clear_status() Clear the translation status cache. File core/modules/locale/locale.module, line 1006 Enables the translation of the user interface to languages other than English. Code function locale_translation_clear_status() { \Drupal::state()->delete('locale.translation_status'); \Drupal::state()->delete('locale.translation_last_checked'); }

MessageInterface::copySender

public MessageInterface::copySender() Returns TRUE if a copy should be sent to the sender. Return value bool TRUE if a copy should be sent, FALSE if not. File core/modules/contact/src/MessageInterface.php, line 90 Class MessageInterface Provides an interface defining a contact message entity. Namespace Drupal\contact Code public function copySender();