ConfigSnapshotSubscriber::__construct

public ConfigSnapshotSubscriber::__construct(ConfigManagerInterface $config_manager, StorageInterface $source_storage, StorageInterface $snapshot_storage) Constructs the ConfigSnapshotSubscriber object. Parameters StorageInterface $source_storage: The source storage used to discover configuration changes. StorageInterface $snapshot_storage: The snapshot storage used to write configuration changes. File core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php, line 45 Class ConfigS

DatabaseCacheTagsChecksum::calculateChecksum

protected DatabaseCacheTagsChecksum::calculateChecksum(array $tags) Calculates the current checksum for a given set of tags. Parameters array $tags: The array of tags to calculate the checksum for. Return value int The calculated checksum. File core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php, line 105 Class DatabaseCacheTagsChecksum Cache tags invalidations checksum implementation that uses the database. Namespace Drupal\Core\Cache Code protected function calculateChecksum(a

ConfigEntityStorage::$configStorage

The config storage service. Type: \Drupal\Core\Config\StorageInterface File core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php, line 69 Class ConfigEntityStorage Defines the storage class for configuration entities. Namespace Drupal\Core\Config\Entity Code protected $configStorage;

block.module

Controls the visual building blocks a page is constructed with. File core/modules/block/block.module Functions Name Description block_configurable_language_delete Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. block_help Implements hook_help(). block_menu_delete Implements hook_ENTITY_TYPE_delete() for menu entities. block_page_top Implements hook_page_top(). block_rebuild Implements hook_rebuild(). block_theme Implements hook_theme(). block_th

ForumController::forumPage

public ForumController::forumPage(TermInterface $taxonomy_term) Returns forum page for a given forum. Parameters \Drupal\taxonomy\TermInterface $taxonomy_term: The forum to render the page for. Return value array A render array. File core/modules/forum/src/Controller/ForumController.php, line 154 Class ForumController Controller routines for forum routes. Namespace Drupal\forum\Controller Code public function forumPage(TermInterface $taxonomy_term) { // Get forum details. $taxono

ConditionInterface::arguments

public ConditionInterface::arguments() Gets a complete list of all values to insert into the prepared statement. Return value An associative array of placeholders and values. File core/lib/Drupal/Core/Database/Query/ConditionInterface.php, line 143 Class ConditionInterface Interface for a conditional clause in a query. Namespace Drupal\Core\Database\Query Code public function arguments();

ItemsImporter::$parserManager

The aggregator parser manager. Type: \Drupal\aggregator\Plugin\AggregatorPluginManager File core/modules/aggregator/src/ItemsImporter.php, line 34 Class ItemsImporter Defines an importer of aggregator items. Namespace Drupal\aggregator Code protected $parserManager;

BlockController::create

public static BlockController::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The service

system_js_settings_build

system_js_settings_build(&$settings, AttachedAssetsInterface $assets) Implements hook_js_settings_build(). Sets values for the core/drupal.ajax library, which just depends on the active theme but no other request-dependent values. File core/modules/system/system.module, line 641 Configuration system that lets administrators modify the workings of the site. Code function system_js_settings_build(&$settings, AttachedAssetsInterface $assets) { // Generate the values for the core/drupal

Element::getTypedDataManager

public Element::getTypedDataManager() Gets the typed configuration manager. Overrides \Drupal\Core\TypedData\TypedDataTrait::getTypedDataManager() to ensure the typed configuration manager is returned. Return value \Drupal\Core\Config\TypedConfigManagerInterface The typed configuration manager. Overrides TypedDataTrait::getTypedDataManager File core/lib/Drupal/Core/Config/Schema/Element.php, line 30 Class Element Defines a generic configuration element. Namespace Drupal\Core\Config\Sch