UpdateProcessorInterface::numberOfQueueItems

public UpdateProcessorInterface::numberOfQueueItems() Retrieves the number of items in the update fetch queue. Return value int An integer estimate of the number of items in the queue. See also \Drupal\Core\Queue\QueueInterface::numberOfItems() File core/modules/update/src/UpdateProcessorInterface.php, line 70 Class UpdateProcessorInterface Processor of project update information. Namespace Drupal\update Code public function numberOfQueueItems();

ForumManager::$forumChildren

Array of forum children keyed by parent forum (term) id. Type: array File core/modules/forum/src/ForumManager.php, line 92 Class ForumManager Provides forum manager service. Namespace Drupal\forum Code protected $forumChildren = array();

CommentStorage::getMaxThreadPerThread

public CommentStorage::getMaxThreadPerThread(CommentInterface $comment) Gets the maximum encoded thread value for the children of this comment. Parameters \Drupal\comment\CommentInterface $comment: A comment entity. Return value string The maximum encoded thread value among all replies of $comment. Overrides CommentStorageInterface::getMaxThreadPerThread File core/modules/comment/src/CommentStorage.php, line 83 Class CommentStorage Defines the storage handler class for comments. Namesp

FeedViewBuilder::createInstance

public static FeedViewBuilder::createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) Instantiates a new instance of this entity handler. This is a factory method that returns a new instance of this object. The factory should pass any needed dependencies into the constructor of this object, but not the container itself. Every call to this method must return a new instance of this object; that is, it may not implement a singleton. Parameters \Symfony\Component\Dependenc

ContentEntityConfirmFormBase

Provides a generic base class for an entity-based confirmation form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\Core\Entity\ContentEntityForm implements ContentEntityFormInterfaceclass \Drupal\Core\Entity\ContentEntityConf

AccessArgumentsResolverFactory::getArgumentsResolver

public AccessArgumentsResolverFactory::getArgumentsResolver(RouteMatchInterface $route_match, AccountInterface $account, Request $request = NULL) Returns the arguments resolver to use when running access checks. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The route match object to be checked. \Drupal\Core\Session\AccountInterface $account: The account being checked. \Symfony\Component\HttpFoundation\Request $request: Optional, the request object. Return value \Drupal\Com

ConfigImporter::createExtensionChangelist

protected ConfigImporter::createExtensionChangelist() Populates the extension change list. File core/lib/Drupal/Core/Config/ConfigImporter.php, line 357 Class ConfigImporter Defines a configuration importer. Namespace Drupal\Core\Config Code protected function createExtensionChangelist() { // Create an empty changelist. $this->extensionChangelist = $this->getEmptyExtensionsProcessedList(); // Read the extensions information to determine changes. $current_extensions = $th

LanguageEditForm::form

public LanguageEditForm::form(array $form, FormStateInterface $form_state) Gets the actual form array to be built. Overrides EntityForm::form See also \Drupal\Core\Entity\EntityForm::processForm() \Drupal\Core\Entity\EntityForm::afterBuild() File core/modules/language/src/Form/LanguageEditForm.php, line 23 Class LanguageEditForm Controller for language edit forms. Namespace Drupal\language\Form Code public function form(array $form, FormStateInterface $form_state) { $this->common

BlockListBuilder::getEntityIds

protected BlockListBuilder::getEntityIds() Loads entity IDs using a pager sorted by the entity id. Return value array An array of entity IDs. Overrides EntityListBuilder::getEntityIds File core/modules/block/src/BlockListBuilder.php, line 327 Class BlockListBuilder Defines a class to build a listing of block entities. Namespace Drupal\block Code protected function getEntityIds() { return $this->getStorage()->getQuery() ->condition('theme', $this->getThemeName())

ThemeInitialization::$extensions

The extensions that might be attaching assets. Type: array File core/lib/Drupal/Core/Theme/ThemeInitialization.php, line 41 Class ThemeInitialization Provides the theme initialization logic. Namespace Drupal\Core\Theme Code protected $extensions;