BootstrapConfigStorageFactory::getDatabaseStorage

public static BootstrapConfigStorageFactory::getDatabaseStorage() Returns a Database configuration storage implementation. Return value \Drupal\Core\Config\DatabaseStorage File core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php, line 39 Class BootstrapConfigStorageFactory Defines a factory for retrieving the config storage used pre-kernel. Namespace Drupal\Core\Config Code public static function getDatabaseStorage() { return new DatabaseStorage(Database::getConnection(),

CloseDialogCommand::$persist

Whether to persist the dialog in the DOM or not. Type: bool File core/lib/Drupal/Core/Ajax/CloseDialogCommand.php, line 24 Class CloseDialogCommand Defines an AJAX command that closes the current active dialog. Namespace Drupal\Core\Ajax Code protected $persist;

ConfigImporter::getStorageComparer

public ConfigImporter::getStorageComparer() Gets the configuration storage comparer. Return value \Drupal\Core\Config\StorageComparerInterface Storage comparer object used to calculate configuration changes. File core/lib/Drupal/Core/Config/ConfigImporter.php, line 226 Class ConfigImporter Defines a configuration importer. Namespace Drupal\Core\Config Code public function getStorageComparer() { return $this->storageComparer; }

ConfigTranslationBlockListBuilder::getFilterLabels

public ConfigTranslationBlockListBuilder::getFilterLabels() Provides user facing strings for the filter element. Return value array Overrides ConfigTranslationEntityListBuilder::getFilterLabels File core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php, line 45 Class ConfigTranslationBlockListBuilder Defines the config translation list builder for blocks. Namespace Drupal\config_translation\Controller Code public function getFilterLabels() { $info = pa

Drupal::logger

public static Drupal::logger($channel) Returns a channel logger object. Parameters string $channel: The name of the channel. Can be any string, but the general practice is to use the name of the subsystem calling this. Return value \Psr\Log\LoggerInterface The logger for this channel. File core/lib/Drupal.php, line 671 Contains \Drupal. Class Drupal Static Service Container wrapper. Code public static function logger($channel) { return static::getContainer()->get('logger.factory')-

Vocabulary::getHierarchy

public Vocabulary::getHierarchy() Returns the vocabulary hierarchy. Return value int The vocabulary hierarchy. Overrides VocabularyInterface::getHierarchy File core/modules/taxonomy/src/Entity/Vocabulary.php, line 94 Class Vocabulary Defines the taxonomy vocabulary entity. Namespace Drupal\taxonomy\Entity Code public function getHierarchy() { return $this->hierarchy; }

ConstraintViolationBuilder::setCode

public ConstraintViolationBuilder::setCode($code) Sets the violation code. Parameters string|null $code The violation code: Return value ConstraintViolationBuilderInterface This builder Overrides ConstraintViolationBuilderInterface::setCode File core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php, line 196 Class ConstraintViolationBuilder Defines a constraint violation builder for the Typed Data validator. Namespace Drupal\Core\TypedData\Validation Code public fu

MenuLinkResetForm::$menuLinkManager

The menu link manager. Type: \Drupal\Core\Menu\MenuLinkManagerInterface File core/modules/menu_ui/src/Form/MenuLinkResetForm.php, line 23 Class MenuLinkResetForm Defines a confirmation form for resetting a single modified menu link. Namespace Drupal\menu_ui\Form Code protected $menuLinkManager;

ItemStorageInterface::loadAll

public ItemStorageInterface::loadAll($limit = NULL) Loads feed items from all feeds. Parameters int $limit: (optional) The number of items to return. Defaults to unlimited. Return value \Drupal\aggregator\ItemInterface[] An array of the feed items. File core/modules/aggregator/src/ItemStorageInterface.php, line 32 Class ItemStorageInterface Defines an interface for aggregator item entity storage classes. Namespace Drupal\aggregator Code public function loadAll($limit = NULL);

Schema::getComment

public Schema::getComment($table, $column = NULL) Retrieve a table or column comment. File core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 826 Class Schema PostgreSQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\pgsql Code public function getComment($table, $column = NULL) { $info = $this->getPrefixInfo($table); // Don't use {} around pg_class, pg_attribute tables. if (isset($column)) { return $this->connection->qu