FinishResponseSubscriber::$languageManager

The language manager object for retrieving the correct language code. Type: \Drupal\Core\Language\LanguageManagerInterface File core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php, line 29 Class FinishResponseSubscriber Response subscriber to handle finished responses. Namespace Drupal\Core\EventSubscriber Code protected $languageManager;

template_preprocess_update_last_check

template_preprocess_update_last_check(&$variables) Prepares variables for last time update data was checked templates. Default template: update-last-check.html.twig. In addition to properly formatting the given timestamp, this function also provides a "Check manually" link that refreshes the available update and redirects back to the same page. Parameters $variables: An associative array containing: last: The timestamp when the site last checked for available updates. See also theme_up

ContentEntityBase::$validated

Whether entity validation was performed. Type: bool File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 156 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code protected $validated = FALSE;

NodeType::displaySubmitted

public NodeType::displaySubmitted() Gets whether 'Submitted by' information should be shown. Return value bool TRUE if the submitted by information should be shown. Overrides NodeTypeInterface::displaySubmitted File core/modules/node/src/Entity/NodeType.php, line 134 Class NodeType Defines the Node type configuration entity. Namespace Drupal\node\Entity Code public function displaySubmitted() { return $this->display_submitted; }

RouteProviderLazyBuilder::getAllRoutes

public RouteProviderLazyBuilder::getAllRoutes() Returns all the routes on the system. Usage of this method is discouraged for performance reasons. If possible, use RouteProviderInterface::getRoutesByNames() or RouteProviderInterface::getRoutesByPattern() instead. Return value \Symfony\Component\Routing\Route[] An iterator of routes keyed by route name. Overrides RouteProviderInterface::getAllRoutes File core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php, line 99 Class RouteProviderL

EntityFieldManager::$entityTypeBundleInfo

The entity type bundle info. Type: \Drupal\Core\Entity\EntityTypeBundleInfoInterface File core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 117 Class EntityFieldManager Manages the discovery of entity fields. Namespace Drupal\Core\Entity Code protected $entityTypeBundleInfo;

LocalTaskInterface::getRouteName

public LocalTaskInterface::getRouteName() Get the route name from the settings. Return value string The name of the route this local task links to. File core/lib/Drupal/Core/Menu/LocalTaskInterface.php, line 24 Class LocalTaskInterface Defines an interface for menu local tasks. Namespace Drupal\Core\Menu Code public function getRouteName();

EntityDataDefinition::setBundles

public EntityDataDefinition::setBundles(array $bundles = NULL) Sets the array of possible entity bundles. Parameters array|null $bundles: The array of possible bundles, or NULL for any. Return value $this Overrides EntityDataDefinitionInterface::setBundles File core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php, line 124 Class EntityDataDefinition A typed data definition class for describing entities. Namespace Drupal\Core\Entity\TypedData Code public function setBundles(

ChmodInterface::chmodJailed

public ChmodInterface::chmodJailed($path, $mode, $recursive) Changes the permissions of the file / directory specified in $path Parameters string $path: Path to change permissions of. int $mode: The new file permission mode to be passed to chmod(). bool $recursive: Pass TRUE to recursively chmod the entire directory specified in $path. See also http://php.net/chmod File core/lib/Drupal/Core/FileTransfer/ChmodInterface.php, line 22 Class ChmodInterface Defines an interface to chmod files.

MetadataBubblingUrlGenerator::$urlGenerator

The non-bubbling URL generator. Type: \Drupal\Core\Routing\UrlGeneratorInterface File core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php, line 28 Class MetadataBubblingUrlGenerator Decorator for the URL generator, which bubbles bubbleable URL metadata. Namespace Drupal\Core\Render Code protected $urlGenerator;