StringLoader::isFresh

public StringLoader::isFresh($name, $time) Returns true if the template is still fresh. Parameters string $name The template name: int $time Timestamp of the last modification time of the: cached template Return value bool true if the template is fresh, false otherwise Throws Twig_Error_Loader When $name is not found Overrides Twig_LoaderInterface::isFresh File core/lib/Drupal/Core/Template/Loader/StringLoader.php, line 54 Class StringLoader Loads string templates, also known as inline

DiffFormatter::$line_stats

The line stats. Type: array File core/lib/Drupal/Core/Diff/DiffFormatter.php, line 27 Class DiffFormatter Diff formatter which uses returns output that can be rendered to a table. Namespace Drupal\Core\Diff Code protected $line_stats = array( 'counter' => array('x' => 0, 'y' => 0), 'offset' => array('x' => 0, 'y' => 0), );

Query::$sqlQuery

The build sql select query. Type: \Drupal\Core\Database\Query\SelectInterface File core/lib/Drupal/Core/Entity/Query/Sql/Query.php, line 22 Class Query The SQL storage entity query class. Namespace Drupal\Core\Entity\Query\Sql Code protected $sqlQuery;

LanguageInterface::TYPE_INTERFACE

The type of language used to select the user interface. File core/lib/Drupal/Core/Language/LanguageInterface.php, line 82 Class LanguageInterface Defines a language. Namespace Drupal\Core\Language Code const TYPE_INTERFACE = 'language_interface';

ImageEffect::$id

The plugin ID. Type: string File core/modules/image/src/Annotation/ImageEffect.php, line 33 Class ImageEffect Defines an image effect annotation object. Namespace Drupal\image\Annotation Code public $id;

UrlGeneratorTrait::getUrlGenerator

protected UrlGeneratorTrait::getUrlGenerator() Returns the URL generator service. Return value \Drupal\Core\Routing\UrlGeneratorInterface The URL generator service. File core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php, line 73 Class UrlGeneratorTrait Wrapper methods for the Url Generator. Namespace Drupal\Core\Routing Code protected function getUrlGenerator() { if (!$this->urlGenerator) { $this->urlGenerator = \Drupal::service('url_generator'); } return $this->ur

ChainedFastBackend::garbageCollection

public ChainedFastBackend::garbageCollection() Performs garbage collection on a cache bin. The backend may choose to delete expired or invalidated items. Overrides CacheBackendInterface::garbageCollection File core/lib/Drupal/Core/Cache/ChainedFastBackend.php, line 261 Class ChainedFastBackend Defines a backend with a fast and a consistent backend chain. Namespace Drupal\Core\Cache Code public function garbageCollection() { $this->consistentBackend->garbageCollection(); $this

ConfigImporter::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/lib/Drupal/Core/Config/ConfigImporter.php, line 113 Class ConfigImporter Defines a configuration importer. Namespace Drupal\Core\Config Code protected $moduleHandler;

LanguageManagerInterface::isLanguageLocked

public LanguageManagerInterface::isLanguageLocked($langcode) Checks whether a language is locked. Parameters string $langcode: The language code. Return value bool Returns whether the language is locked. File core/lib/Drupal/Core/Language/LanguageManagerInterface.php, line 139 Class LanguageManagerInterface Common interface for the language manager service. Namespace Drupal\Core\Language Code public function isLanguageLocked($langcode);

FormElement::valueCallback

public static FormElement::valueCallback(&$element, $input, FormStateInterface $form_state) Determines how user input is mapped to an element's #value property. Parameters array $element: An associative array containing the properties of the element. mixed $input: The incoming input to populate the form element. If this is FALSE, the element's default value should be returned. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value mixed The value to