Files - 10.3.x - drupal
| Title | Deprecated | File name | Namespace | Summary |
|---|---|---|---|---|
| README.txt | 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 | 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 | 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 | 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 | 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 | 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 | 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… | ||
| README.txt | core/ |
Code in the Drupal\Core namespace represents Drupal Subsystems provided by the base system. These subsystems MAY depend on Drupal Components and other Subsystems, but MAY NOT depend on any code in a module. Each Subsystem should be in its own… | ||
| README.txt | 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 | 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 | 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. | ||
| ReadOnlyException.php | core/ |
Drupal\Core\TypedData\Exception | ||
| ReadOnlyModeMethodFilter.php | core/ |
Drupal\jsonapi\Routing | ||
| ReadOnlyStorage.php | core/ |
Drupal\Core\Config | ||
| ReadOnlyStorageTest.php | core/ |
Drupal\Tests\Core\Config | ||
| ReadOnlyStream.php | core/ |
Drupal\Core\StreamWrapper | ||
| ReadOnlyStreamWrapperTest.php | core/ |
Drupal\KernelTests\Core\File | ||
| Rearrange.php | core/ |
Drupal\views_ui\Form\Ajax | ||
| RearrangeFieldsTest.php | core/ |
Drupal\Tests\views_ui\Functional | ||
| RearrangeFilter.php | core/ |
Drupal\views_ui\Form\Ajax | ||
| RearrangeFilterTest.php | core/ |
Drupal\Tests\views_ui\Unit\Form\Ajax | ||
| rebuild.php | core/ |
Rebuilds all Drupal caches even when Drupal itself does not work. | ||
| RebuildPermissionsForm.php | core/ |
Drupal\node\Form | ||
| RebuildScriptTest.php | core/ |
Drupal\Tests\system\Functional\UpdateSystem | ||
| RebuildTest.php | core/ |
Drupal\Tests\system\Functional\Form | ||
| RebuildTest.php | core/ |
Drupal\Tests\system\FunctionalJavascript\Form | ||
| rebuild_token_calculator.sh | core/ |
Command line token calculator for rebuild.php. | ||
| recipe-collections.css | core/ |
.block-views-blockrecipe-collections-block { padding: 3rem 4%; color: #fff; background: #767775; } .block-views-blockrecipe-collections-block .block__title { margin-bottom: 1.5rem; text-align:… | ||
| recipe-instruction.css | core/ |
This file is used to style the 'field-recipe-instruction' field. | ||
| recipe.css | core/ |
This file is used to style the recipe using the 'full' view mode. | ||
| Recipe.php | core/ |
Drupal\Core\Recipe | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/install_two_modules/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/unmet_config_dependencies/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/invalid_config/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/base_theme_and_views/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/install_node_with_config/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/no_extensions/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_actions/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_actions_dependency_validation/level_1/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_actions_dependency_validation/indirect_dependency_two_levels_down/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_actions_dependency_validation/level_2/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_actions_dependency_validation/direct_dependency/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_actions_dependency_validation/indirect_dependency_one_level_down/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_from_module/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/recipe_depend_on_invalid/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/theme_with_module_dependencies/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_rollback_exception/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/recipe_include/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/recipe_depend_on_invalid_config_and_valid_modules/recipe.yml | ||
| recipe.yml | core/ |
core/tests/fixtures/recipes/config_from_module_and_recipe/recipe.yml |
Pagination
- Previous page
- Page 216
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.