Update::$fields

An array of fields that will be updated. Type: array File core/lib/Drupal/Core/Database/Query/Update.php, line 29 Class Update General class for an abstracted UPDATE operation. Namespace Drupal\Core\Database\Query Code protected $fields = array();

ConfigValueException

Exception thrown when config object values are invalid. Hierarchy class \Drupal\Core\Config\ConfigException extends \RuntimeExceptionclass \Drupal\Core\Config\ConfigValueException File core/lib/Drupal/Core/Config/ConfigValueException.php, line 8 Namespace Drupal\Core\Config Members

DateFormatterInterface::getSampleDateFormats

public DateFormatterInterface::getSampleDateFormats($langcode = NULL, $timestamp = NULL, $timezone = NULL) Provides values for all date formatting characters for a given timestamp. Parameters string|null $langcode: (optional) Language code of the date format, if different from the site default language. int|null $timestamp: (optional) The Unix timestamp to format, defaults to current time. string|null $timezone: (optional) The timezone to use, if different from the site's default timezone. Ret

StorageComparer::$targetStorage

The target storage used to write configuration changes. Type: \Drupal\Core\Config\StorageInterface File core/lib/Drupal/Core/Config/StorageComparer.php, line 34 Class StorageComparer Defines a config storage comparer. Namespace Drupal\Core\Config Code protected $targetStorage;

SchemaIncompleteException

An exception thrown when a config schema is incomplete. Hierarchy class \Drupal\Core\Config\Schema\SchemaIncompleteException extends \RuntimeException File core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php, line 8 Namespace Drupal\Core\Config\Schema Members

CommentManager::__construct

public CommentManager::__construct(EntityManagerInterface $entity_manager, QueryFactory $query_factory, ConfigFactoryInterface $config_factory, TranslationInterface $string_translation, UrlGeneratorInterface $url_generator, ModuleHandlerInterface $module_handler, AccountInterface $current_user) Construct the CommentManager object. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager service. \Drupal\Core\Entity\Query\QueryFactory $query_factory: The entity

ModulesListConfirmForm::$keyValueExpirable

The expirable key value store. Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface File core/modules/system/src/Form/ModulesListConfirmForm.php, line 32 Class ModulesListConfirmForm Builds a confirmation form for enabling modules with dependencies. Namespace Drupal\system\Form Code protected $keyValueExpirable;

PathBasedBreadcrumbBuilder::$currentUser

The current user object. Type: \Drupal\Core\Session\AccountInterface File core/modules/system/src/PathBasedBreadcrumbBuilder.php, line 80 Class PathBasedBreadcrumbBuilder Class to define the menu_link breadcrumb builder. Namespace Drupal\system Code protected $currentUser;

ConfigImporter::processExtensions

protected ConfigImporter::processExtensions(&$context) Processes extensions as a batch operation. Parameters array|\ArrayAccess $context.: The batch context. File core/lib/Drupal/Core/Config/ConfigImporter.php, line 548 Class ConfigImporter Defines a configuration importer. Namespace Drupal\Core\Config Code protected function processExtensions(&$context) { $operation = $this->getNextExtensionOperation(); if (!empty($operation)) { $this->processExtension($operatio

format_size

format_size($size, $langcode = NULL) Generates a string representation for the given byte count. Parameters $size: A size in bytes. $langcode: Optional language code to translate to a language other than what is used to display the page. Return value \Drupal\Core\StringTranslation\TranslatableMarkup A translated string representation of the size. Related topics Formatting Functions to format numbers, strings, dates, etc. File core/includes/common.inc, line 250 Common functions that many Dru