HtmlResponseAttachmentsProcessor::$jsCollectionRenderer

The JS asset collection renderer service. Type: \Drupal\Core\Asset\AssetCollectionRendererInterface File core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php, line 60 Class HtmlResponseAttachmentsProcessor Processes attachments of HTML responses. Namespace Drupal\Core\Render Code protected $jsCollectionRenderer;

FileSystemInterface::chmod

public FileSystemInterface::chmod($uri, $mode = NULL) Sets the permissions on a file or directory. This function will use the file_chmod_directory and file_chmod_file settings for the default modes for directories and uploaded/generated files. By default these will give everyone read access so that users accessing the files with a user account without the webserver group (e.g. via FTP) can read these files, and give group write permissions so webserver group members (e.g. a vhost account) can a

SearchPage::getPath

public SearchPage::getPath() Returns the path for the search. Return value string The part of the path for this search page that comes after 'search'. Overrides SearchPageInterface::getPath File core/modules/search/src/Entity/SearchPage.php, line 160 Class SearchPage Defines a configured search page. Namespace Drupal\search\Entity Code public function getPath() { return $this->path; }

LanguageListBuilder::buildHeader

public LanguageListBuilder::buildHeader() Builds the header row for the entity listing. Return value array A render array structure of header strings. Overrides DraggableListBuilder::buildHeader See also \Drupal\Core\Entity\EntityListBuilder::render() File core/modules/language/src/LanguageListBuilder.php, line 92 Class LanguageListBuilder Defines a class to build a listing of language entities. Namespace Drupal\language Code public function buildHeader() { $header = array( 'la

ImageStyleStorageInterface::getReplacementId

public ImageStyleStorageInterface::getReplacementId($name) Retrieves the replacement ID of a deleted image style. The method is retrieving the value stored by ::setReplacementId(). Parameters string $name: The ID of the image style to be replaced. Return value string|null The ID of the image style used as replacement, if there's any, or NULL. See also \Drupal\image\ImageStyleStorageInterface::setReplacementId() File core/modules/image/src/ImageStyleStorageInterface.php, line 38 Class Ima

BookNavigationCacheContext::getContext

public BookNavigationCacheContext::getContext() Returns the string representation of the cache context. A cache context service's name is used as a token (placeholder) cache key, and is then replaced with the string returned by this method. Return value string The string representation of the cache context. Overrides CacheContextInterface::getContext File core/modules/book/src/Cache/BookNavigationCacheContext.php, line 54 Class BookNavigationCacheContext Defines the book navigation cache

TwigEnvironment::$templateClasses

Static cache of template classes. Type: array File core/lib/Drupal/Core/Template/TwigEnvironment.php, line 23 Class TwigEnvironment A class that defines a Twig environment for Drupal. Namespace Drupal\Core\Template Code protected $templateClasses;

UserCacheContextBase::$user

The account object. Type: \Drupal\Core\Session\AccountInterface File core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php, line 21 Class UserCacheContextBase Base class for user-based cache contexts. Namespace Drupal\Core\Cache\Context Code protected $user;

LanguageManager::getUnitedNationsLanguageList

public static LanguageManager::getUnitedNationsLanguageList() The 6 official languages used at the United Nations. This list is based on http://www.un.org/en/sections/about-un/official-languages/index.html and it uses the same format as getStandardLanguageList(). Return value array An array with language codes as keys, and English and native language names as values. File core/lib/Drupal/Core/Language/LanguageManager.php, line 342 Class LanguageManager Class responsible for providing lang

FileStorage::rename

public FileStorage::rename($name, $new_name) Renames a configuration object in the storage. Parameters string $name: The name of a configuration object to rename. string $new_name: The new name of a configuration object. Return value bool TRUE on success, FALSE otherwise. Overrides StorageInterface::rename File core/lib/Drupal/Core/Config/FileStorage.php, line 185 Class FileStorage Defines the file storage. Namespace Drupal\Core\Config Code public function rename($name, $new_name) {