NODE_NOT_STICKY

Denotes that the node is not sticky at the top of the page. File core/modules/node/node.module, line 55 The core module that allows content to be submitted to the site. Code const NODE_NOT_STICKY = 0;

ConfigEvents::COLLECTION_INFO

Name of event fired to collect information on all config collections. This event allows modules to add to the list of configuration collections retrieved by \Drupal\Core\Config\ConfigManager::getConfigCollectionInfo(). The event listener method receives a \Drupal\Core\Config\ConfigCollectionInfo instance. See also \Drupal\Core\Config\ConfigCollectionInfo \Drupal\Core\Config\ConfigManager::getConfigCollectionInfo() \Drupal\Core\Config\ConfigFactoryOverrideBase Related topics Events Overview of

EntityManager::onFieldStorageDefinitionDelete

public EntityManager::onFieldStorageDefinitionDelete(FieldStorageDefinitionInterface $storage_definition) Overrides FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete Deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. File core/lib/Drupal/Core/Entity/EntityManager.php, line 428 Class EntityManager Provides a wrapper around many other services relating to entities. Namespace Drupal\Core\Entity Code public function onFieldStorageDefinitionDelete(Fiel

Connection::DATABASE_NOT_FOUND

Error code for "Unknown database" error. File core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php, line 27 Class Connection PostgreSQL implementation of \Drupal\Core\Database\Connection. Namespace Drupal\Core\Database\Driver\pgsql Code const DATABASE_NOT_FOUND = 7;

UpdaterInterface::getInstallDirectory

public UpdaterInterface::getInstallDirectory() Returns the path to the default install location for the current project. Return value string An absolute path to the default install location. File core/lib/Drupal/Core/Updater/UpdaterInterface.php, line 38 Class UpdaterInterface Defines an interface for a class which can update a Drupal project. Namespace Drupal\Core\Updater Code public function getInstallDirectory();

NodeRevisionAccessCheck::$nodeAccess

The node access control handler. Type: \Drupal\Core\Entity\EntityAccessControlHandlerInterface File core/modules/node/src/Access/NodeRevisionAccessCheck.php, line 31 Class NodeRevisionAccessCheck Provides an access checker for node revisions. Namespace Drupal\node\Access Code protected $nodeAccess;

PathProcessorLanguage::$languageManager

Language manager for retrieving the url language type. Type: \Drupal\language\ConfigurableLanguageManagerInterface File core/modules/language/src/HttpKernel/PathProcessorLanguage.php, line 33 Class PathProcessorLanguage Processes the inbound path using path alias lookups. Namespace Drupal\language\HttpKernel Code protected $languageManager;

LocalTaskManager::$routeProvider

The route provider to load routes by name. Type: \Drupal\Core\Routing\RouteProviderInterface File core/lib/Drupal/Core/Menu/LocalTaskManager.php, line 93 Class LocalTaskManager Provides the default local task manager using YML as primary definition. Namespace Drupal\Core\Menu Code protected $routeProvider;

Item::getFeedId

public Item::getFeedId() Returns the feed id of aggregator item. Return value int The feed id. Overrides ItemInterface::getFeedId File core/modules/aggregator/src/Entity/Item.php, line 118 Class Item Defines the aggregator item entity class. Namespace Drupal\aggregator\Entity Code public function getFeedId() { return $this->get('fid')->target_id; }

RestripeCommand::$selector

A CSS selector string. If the command is a response to a request from an #ajax form element then this value can be NULL. Type: string File core/lib/Drupal/Core/Ajax/RestripeCommand.php, line 26 Class RestripeCommand AJAX command for resetting the striping on a table. Namespace Drupal\Core\Ajax Code protected $selector;