Search for read
- Search 7.x for read
- Search 9.5.x for read
- Search 8.9.x for read
- Search 10.3.x for read
- Search main for read
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| README.txt | file | profiles/ |
Installation profiles define additional steps that run after the base installation of Drupal is completed. They may also offer additional functionality and change the behavior of the site. WHAT TO PLACE IN THIS… |
| README.txt | file | themes/ |
Themes allow you to change the look and feel of your Drupal site. You can use themes contributed by others or create your own. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom themes in this directory… |
| README.txt | file | modules/ |
Modules extend your site functionality beyond Drupal core. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom modules in this directory separates downloaded and custom modules from Drupal core's… |
| README.txt | file | core/ |
ABOUT UMAMI ----------- Umami is the theme used for the "Umami food magazine" demonstration site. ABOUT DRUPAL THEMING -------------------- See https://www.drupal.org/docs/theming-drupal for more information on Drupal theming. |
| README.txt | file | core/ |
WHAT IS THIS DIRECTORY FOR? -------------------------------- This directory is for image files previously inherited from the Classy theme. WHY WERE CLASSY IMAGE FILES COPIED HERE? ------------------------------------------- Classy was removed in… |
| README.txt | file | core/ |
WHAT IS THIS DIRECTORY FOR? -------------------------------- This directory is for CSS files previously inherited from the Classy theme. WHY WERE CLASSY CSS FILES COPIED HERE? ------------------------------------------- Classy was removed in Drupal… |
| README.txt | file | core/ |
WHAT IS THIS DIRECTORY FOR? -------------------------------- This directory is for JS files previously inherited from the Classy theme. WHY WERE CLASSY JS FILES COPIED HERE? ------------------------------------------- Classy was removed in Drupal 10.… |
| README.txt | file | core/ |
WHAT IS THIS DIRECTORY FOR? -------------------------------- This directory is for templates previously inherited from the Classy theme. WHY WERE CLASSY TEMPLATES COPIED HERE? ------------------------------------------- Classy was removed in Drupal… |
| README.txt | file | core/ |
ABOUT STABLE 9 -------------- Stable 9 allows core markup and styling to evolve by functioning as a backwards compatibility layer for themes against changes to core markup and CSS. If you browse Stable 9's contents, you will find copies of all… |
| README.txt | file | core/ |
WHAT IS THIS DIRECTORY FOR? -------------------------------- This directory is for image files previously inherited from the Classy theme. WHY WERE CLASSY IMAGE FILES COPIED HERE? ------------------------------------------- Classy was removed in… |
| README.txt | file | core/ |
WHAT IS THIS DIRECTORY FOR? -------------------------------- This directory is for CSS files previously inherited from the Classy theme. WHY WERE CLASSY CSS FILES COPIED HERE? ------------------------------------------- Classy was removed in Drupal… |
| README.txt | file | core/ |
WHAT IS THIS DIRECTORY FOR? -------------------------------- This directory is for JS files previously inherited from the Classy theme. WHY WERE CLASSY JS FILES COPIED HERE? ------------------------------------------- Classy was removed in Drupal 10.… |
| README.txt | file | core/ |
WHAT IS THIS DIRECTORY FOR? -------------------------------- This directory is for templates previously inherited from the Classy theme. WHY WERE CLASSY TEMPLATES COPIED HERE? ------------------------------------------- Classy was removed in Drupal… |
| README.txt | file | core/ |
ABOUT STARK ----------- The Stark theme is provided for demonstration purposes; it uses Drupal's default HTML markup and CSS styles. It can be used as a troubleshooting tool to determine whether module-related CSS and JavaScript are interfering… |
| README.txt | file | core/ |
This folder contains tests of the update system. Tests of System module's hook_update_N() and hook_post_update_NAME() implementations should be placed in core/modules/system/tests/src/Functional/Update. |
| README.txt | file | core/ |
This folder contains tests of System module's hook_update_N() and hook_post_update_NAME() implementations. Tests of the update system should be placed in core/modules/system/tests/src/Functional/UpdateSystem. |
| README.txt | file | core/ |
The classes in this directory act as a mock plugin type to test annotated class discovery. See the corresponding test file: /core/modules/system/src/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php |
| README.txt | file | core/ |
These files are useful in tests that upload files or otherwise need to manipulate files, in which case they are copied to the files directory as specified in the site settings. Dummy files can also be generated by tests in order to save space. |
| README.txt | file | core/ |
Drupal Scaffold Files are files that are contained inside drupal/core, but are installed outside of the core directory (e.g. at the Drupal root). For now, the scaffold files are being maintained in their original locations. This is done so that… |
| README.txt | file | core/ |
Drupal core uses the UMD build of tabbable. To create this build: Navigate to the root directory of the tabbable library. Ensure that dependencies have been installed: ``` yarn install ``` Build files for production: ``` yarn build ``` This will… |
| ReadOnlyException | class | core/ |
Exception thrown when trying to write or set ready-only data. |
| ReadOnlyException.php | file | core/ |
|
| ReadOnlyModeMethodFilter | class | core/ |
Filters routes based on the HTTP method and JSON:API's read-only mode. |
| ReadOnlyModeMethodFilter.php | file | core/ |
|
| ReadOnlyModeMethodFilter::$inner | property | core/ |
The decorated method filter. |
| ReadOnlyModeMethodFilter::$readOnlyModeIsEnabled | property | core/ |
Whether JSON:API's read-only mode is enabled. |
| ReadOnlyModeMethodFilter::filter | function | core/ |
Filters the route collection against a request. |
| ReadOnlyModeMethodFilter::__construct | function | core/ |
ReadOnlyModeMethodFilter constructor. |
| ReadOnlyStorage | class | core/ |
A ReadOnlyStorage decorates a storage and does not allow writing to it. |
| ReadOnlyStorage.php | file | core/ |
|
| ReadOnlyStorage::$storage | property | core/ |
The config storage that we are decorating. |
| ReadOnlyStorage::createCollection | function | core/ |
|
| ReadOnlyStorage::decode | function | core/ |
|
| ReadOnlyStorage::delete | function | core/ |
|
| ReadOnlyStorage::deleteAll | function | core/ |
|
| ReadOnlyStorage::encode | function | core/ |
|
| ReadOnlyStorage::exists | function | core/ |
|
| ReadOnlyStorage::getAllCollectionNames | function | core/ |
|
| ReadOnlyStorage::getCollectionName | function | core/ |
|
| ReadOnlyStorage::listAll | function | core/ |
|
| ReadOnlyStorage::read | function | core/ |
|
| ReadOnlyStorage::readMultiple | function | core/ |
|
| ReadOnlyStorage::rename | function | core/ |
|
| ReadOnlyStorage::write | function | core/ |
|
| ReadOnlyStorage::__construct | function | core/ |
Create a ReadOnlyStorage decorating another storage. |
| ReadOnlyStorageTest | class | core/ |
Tests Drupal\Core\Config\ReadOnlyStorage. |
| ReadOnlyStorageTest.php | file | core/ |
|
| ReadOnlyStorageTest::$memory | property | core/ |
The memory storage containing the data. |
| ReadOnlyStorageTest::$storage | property | core/ |
The read-only storage under test. |
| ReadOnlyStorageTest::readMethodsProvider | function | core/ |
Provide the methods that work transparently. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.