EntityStorageBase::getFromStaticCache

protected EntityStorageBase::getFromStaticCache(array $ids) Gets entities from the static cache. Parameters array $ids: If not empty, return entities that match these IDs. Return value \Drupal\Core\Entity\EntityInterface[] Array of entities from the entity cache. File core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 135 Class EntityStorageBase A base entity storage class. Namespace Drupal\Core\Entity Code protected function getFromStaticCache(array $ids) { $entities = array(

ConfigTranslationController

Provides page callbacks for the configuration translation interface. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\config_translation\Controller\ConfigTranslationController File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 25 Namespace Drupal\config_translation\Controller Me

Radio::preRenderRadio

public static Radio::preRenderRadio($element) Prepares a #type 'radio' render element for input.html.twig. Parameters array $element: An associative array containing the properties of the element. Properties used: #required, #return_value, #value, #attributes, #title, #description. The #name property will be sanitized before output. This is currently done by initializing Drupal\Core\Template\Attribute with all the attributes. Return value array The $element with prepared variables ready for i

UpdateProcessor::$updateFetcher

The UpdateFetcher service. Type: \Drupal\update\UpdateFetcherInterface File core/modules/update/src/UpdateProcessor.php, line 29 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $updateFetcher;

ArchiverException

Defines an exception class for Drupal\Core\Archiver\ArchiverInterface. Hierarchy class \Drupal\Core\Archiver\ArchiverException extends \Exception File core/lib/Drupal/Core/Archiver/ArchiverException.php, line 8 Namespace Drupal\Core\Archiver Members

ViewsSearchQuery

Extends the core SearchQuery to be able to gets its protected values. Hierarchy class \Drupal\Core\Database\Query\SelectExtender implements SelectInterfaceclass \Drupal\search\SearchQueryclass \Drupal\search\ViewsSearchQuery File core/modules/search/src/ViewsSearchQuery.php, line 10 Namespace Drupal\search Members Name Modifiers Type Description SearchQuery::$conditions protected property Conditions that are used for exact searches. SearchQuery::$executedPrepare pr

UpdateProcessor::$fetchTaskStore

Update Fetch Task Store Type: \Drupal\Core\KeyValueStore\KeyValueStoreInterface File core/modules/update/src/UpdateProcessor.php, line 50 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $fetchTaskStore;

BlockListController

Defines a controller to list blocks. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\Controller\EntityListControllerclass \Drupal\block\Controller\BlockListController File core/modules/block/src/Controller/BlockListController.php, line 14 Namespace Drupal\block\Controller Members Name Modifiers Typ

PhpArrayDumper::getServiceCall

protected PhpArrayDumper::getServiceCall($id, $invalid_behavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE) Gets a service reference for an ID in a suitable PHP array format. Parameters string $id: The ID of the service to get a reference for. int $invalid_behavior: (optional) The invalid behavior of the service. Return value string|\stdClass A suitable representation of the service reference. Overrides OptimizedPhpArrayDumper::getServiceCall File core/lib/Drupal/Component/Dependenc

ModulesUninstallForm::create

public static ModulesUninstallForm::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 ser