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

ImageStyleDownloadController::$logger

A logger instance. Type: \Psr\Log\LoggerInterface File core/modules/image/src/Controller/ImageStyleDownloadController.php, line 41 Class ImageStyleDownloadController Defines a controller to serve image styles. Namespace Drupal\image\Controller Code protected $logger;

UnmetDependenciesException

An exception thrown if configuration has unmet dependencies. Hierarchy class \Drupal\Core\Config\ConfigException extends \RuntimeExceptionclass \Drupal\Core\Config\UnmetDependenciesException File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 11 Namespace Drupal\Core\Config Members Name Modifiers Type Description UnmetDependenciesException::$configObjects protected property A list of configuration objects that have unmet dependencies. UnmetDependenci

ImageStyle::getReplacementID

public ImageStyle::getReplacementID() Returns the replacement ID. Return value string|null The replacement image style ID or NULL if no replacement has been selected. Overrides ImageStyleInterface::getReplacementID Deprecated in Drupal 8.0.x, will be removed before Drupal 9.0.x. Use \Drupal\image\ImageStyleStorageInterface::getReplacementId() instead. See also \Drupal\image\ImageStyleStorageInterface::getReplacementId() File core/modules/image/src/Entity/ImageStyle.php, line 380 Class

MenuLinkTree::$treeStorage

The menu link tree storage. Type: \Drupal\Core\Menu\MenuTreeStorageInterface File core/lib/Drupal/Core/Menu/MenuLinkTree.php, line 22 Class MenuLinkTree Implements the loading, transforming and rendering of menu link trees. Namespace Drupal\Core\Menu Code protected $treeStorage;

EntityTypeBundleInfo::$languageManager

The language manager. Type: \Drupal\Core\Language\LanguageManagerInterface File core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php, line 31 Class EntityTypeBundleInfo Provides discovery and retrieval of entity type bundles. Namespace Drupal\Core\Entity Code protected $languageManager;

Url::setUnrouted

protected Url::setUnrouted() Sets this Url to encapsulate an unrouted URI. Return value $this File core/lib/Drupal/Core/Url.php, line 489 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected function setUnrouted() { $this->unrouted = TRUE; // What was passed in as the route name is actually the URI. // @todo Consider fixing this in https://www.drupal.org/node/2346787. $this->uri = $this->routeName; // Set empty route n

UpdateRegistry::$root

The app root. Type: string File core/lib/Drupal/Core/Update/UpdateRegistry.php, line 32 Class UpdateRegistry Provides all and missing update implementations. Namespace Drupal\Core\Update Code protected $root;

Entity::label

public Entity::label() Gets the label of the entity. Return value string|null The label of the entity, or NULL if there is no label defined. Overrides EntityInterface::label File core/lib/Drupal/Core/Entity/Entity.php, line 155 Class Entity Defines a base entity class. Namespace Drupal\Core\Entity Code public function label() { $label = NULL; $entity_type = $this->getEntityType(); if (($label_callback = $entity_type->getLabelCallback()) && is_callable($label_callba

HWLDFWordAccumulator

@todo document @private @subpackage DifferenceEngine Hierarchy class \Drupal\Component\Diff\Engine\HWLDFWordAccumulator File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 16 Namespace Drupal\Component\Diff\Engine Members Name Modifiers Type Description HWLDFWordAccumulator::$group protected property HWLDFWordAccumulator::$line protected property HWLDFWordAccumulator::$lines protected property HWLDFWordAccumulator::$tag protected