Search for read
Title | Object type | File name | Summary |
---|---|---|---|
AlreadyInstalledException | class | core/ |
Exception thrown if Drupal is installed already. |
AlreadyInstalledException.php | file | core/ |
|
AlreadyInstalledException::__construct | function | core/ |
Constructs a new "already installed" exception. |
AnnotatedClassDiscovery::$annotationReader | property | core/ |
The doctrine annotation reader. |
AnnotatedClassDiscovery::getAnnotationReader | function | core/ |
Gets the used doctrine annotation reader. |
AnnotatedClassDiscovery::getAnnotationReader | function | core/ |
Gets the used doctrine annotation reader. |
BaseFieldOverride::isReadOnly | function | core/ |
Determines whether the data is read-only. |
Breadcrumb | class | core/ |
Used to return generated breadcrumbs with associated cacheability metadata. |
Breadcrumb.php | file | core/ |
|
Breadcrumb::$links | property | core/ |
An ordered list of links for the breadcrumb. |
Breadcrumb::addLink | function | core/ |
Appends a link to the end of the ordered list of breadcrumb links. |
Breadcrumb::getLinks | function | core/ |
Gets the breadcrumb links. |
Breadcrumb::setLinks | function | core/ |
Sets the breadcrumb links. |
Breadcrumb::toRenderable | function | core/ |
Returns a render array representation of the object. |
BreadcrumbBuilderInterface | interface | core/ |
Defines an interface for classes that build breadcrumbs. |
BreadcrumbBuilderInterface.php | file | core/ |
|
BreadcrumbBuilderInterface::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
BreadcrumbBuilderInterface::build | function | core/ |
Builds the breadcrumb. |
BreadcrumbManager | class | core/ |
Provides a breadcrumb manager. |
BreadcrumbManager.php | file | core/ |
|
BreadcrumbManager::$builders | property | core/ |
Holds arrays of breadcrumb builders, keyed by priority. |
BreadcrumbManager::$moduleHandler | property | core/ |
The module handler to invoke the alter hook. |
BreadcrumbManager::$sortedBuilders | property | core/ |
Holds the array of breadcrumb builders sorted by priority. |
BreadcrumbManager::addBuilder | function | core/ |
Adds another breadcrumb builder. |
BreadcrumbManager::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
BreadcrumbManager::build | function | core/ |
Builds the breadcrumb. |
BreadcrumbManager::getSortedBuilders | function | core/ |
Returns the sorted array of breadcrumb builders. |
BreadcrumbManager::__construct | function | core/ |
Constructs a \Drupal\Core\Breadcrumb\BreadcrumbManager object. |
CachedStorage::read | function | core/ |
Reads configuration data from the storage. |
CachedStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
ChainBreadcrumbBuilderInterface | interface | core/ |
Defines an interface a chained service that builds the breadcrumb. |
ChainBreadcrumbBuilderInterface.php | file | core/ |
|
ChainBreadcrumbBuilderInterface::addBuilder | function | core/ |
Adds another breadcrumb builder. |
ConfigImporter::alreadyImporting | function | core/ |
Determines if an import is already running. |
ContentEntityNullStorage::readFieldItemsToPurge | function | core/ |
Reads values to be purged for a single field. |
ContentEntityStorageBase::readFieldItemsToPurge | function | core/ |
Reads values to be purged for a single field. |
DatabaseStorage::read | function | core/ |
Reads configuration data from the storage. |
DatabaseStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
drupal.README.md | file | core/ |
<img alt="Drupal Logo" src="https://www.drupal.org/files/Wordmark_blue_RGB.png" height="60px"> Drupal is an open source content management platform supporting a variety of websites ranging from personal weblogs to large community-driven… |
FileReadOnlyStorage | class | core/ |
Reads code as regular PHP files, but won't write them. |
FileReadOnlyStorage.php | file | core/ |
|
FileReadOnlyStorage::$directory | property | core/ |
The directory where the files should be stored. |
FileReadOnlyStorage::delete | function | core/ |
Deletes PHP code from storage. |
FileReadOnlyStorage::deleteAll | function | core/ |
Removes all files in this bin. |
FileReadOnlyStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
FileReadOnlyStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
FileReadOnlyStorage::getFullPath | function | core/ |
Gets the full file path. |
FileReadOnlyStorage::listAll | function | core/ |
Lists all the files in the storage. |
FileReadOnlyStorage::load | function | core/ |
Loads PHP code from storage. |
FileReadOnlyStorage::save | function | core/ |
Saves PHP code to storage. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.