Files - 9.5.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
system.module.css core/modules/system/tests/css/system.module.css /** * This file is for testing CSS file override in * CascadingStylesheetsTestCase::testRenderOverride(). * No contents are necessary. */
system.module_install.html.twig core/modules/help_topics/help_topics/system.module_install.html.twig --- label: 'Installing a module' related: - core.extending - system.module_uninstall --- {% set extend_url = render_var(url('system.modules_list')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans…
system.module_uninstall.html.twig core/modules/help_topics/help_topics/system.module_uninstall.html.twig --- label: 'Uninstalling a module' related: - core.extending - system.module_install - system.maintenance_mode --- {% set uninstall_url = render_var(url('system.modules_uninstall')) %} {% set maintenance_topic =…
system.performance.yml core/modules/system/config/install/system.performance.yml core/modules/system/config/install/system.performance.yml
system.permissions.yml core/modules/system/system.permissions.yml core/modules/system/system.permissions.yml
system.post_update.php core/modules/system/system.post_update.php Post update functions for System.
system.reports.html.twig core/modules/help_topics/help_topics/system.reports.html.twig --- label: 'Running reports on your site' related: - core.maintenance - core.security - system.config_error --- {% set status_url = render_var(url('system.status')) %} <h2>{% trans %}Goal{% endtrans…
system.routing.yml core/modules/system/system.routing.yml core/modules/system/system.routing.yml
system.rss.yml core/modules/system/config/install/system.rss.yml core/modules/system/config/install/system.rss.yml
system.schema.yml core/modules/system/config/schema/system.schema.yml core/modules/system/config/schema/system.schema.yml
system.services.yml core/modules/system/system.services.yml core/modules/system/system.services.yml
system.site.yml core/modules/system/config/install/system.site.yml core/modules/system/config/install/system.site.yml
system.site.yml core/profiles/standard/config/install/system.site.yml core/profiles/standard/config/install/system.site.yml
system.site.yml core/profiles/testing_config_overrides/config/install/system.site.yml core/profiles/testing_config_overrides/config/install/system.site.yml
system.site.yml core/profiles/demo_umami/config/install/system.site.yml core/profiles/demo_umami/config/install/system.site.yml
system.theme.global.yml core/profiles/demo_umami/config/install/system.theme.global.yml core/profiles/demo_umami/config/install/system.theme.global.yml
system.theme.global.yml core/profiles/minimal/config/install/system.theme.global.yml core/profiles/minimal/config/install/system.theme.global.yml
system.theme.global.yml core/modules/system/config/install/system.theme.global.yml core/modules/system/config/install/system.theme.global.yml
system.theme.inc core/modules/system/system.theme.inc Preprocess functions for the System module.
system.theme.yml core/modules/system/config/install/system.theme.yml core/modules/system/config/install/system.theme.yml
system.theme.yml core/profiles/demo_umami/config/install/system.theme.yml core/profiles/demo_umami/config/install/system.theme.yml
system.theme.yml core/profiles/testing_themes_blocks/config/install/system.theme.yml core/profiles/testing_themes_blocks/config/install/system.theme.yml
system.theme.yml core/profiles/standard/config/install/system.theme.yml core/profiles/standard/config/install/system.theme.yml
system.theme_install.html.twig core/modules/help_topics/help_topics/system.theme_install.html.twig --- label: 'Installing a theme and setting default themes' related: - core.appearance - system.theme_uninstall --- {% set themes_url = render_var(url('system.themes_page')) %} <h2>{% trans %}Goal{% endtrans…
system.theme_uninstall.html.twig core/modules/help_topics/help_topics/system.theme_uninstall.html.twig --- label: 'Uninstalling an unused theme' related: - core.appearance - system.theme_install --- {% set themes_url = render_var(url('system.themes_page')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans…
system.tokens.inc core/modules/system/system.tokens.inc Builds placeholder replacement tokens system-wide data.
SystemAuthorizeTest.php core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Drupal\Tests\system\Functional\System
SystemBrandingBlock.php core/modules/system/src/Plugin/Block/SystemBrandingBlock.php Drupal\system\Plugin\Block
SystemBrandingOffCanvasForm.php core/modules/system/src/Form/SystemBrandingOffCanvasForm.php Drupal\system\Form
SystemBreadcrumbBlock.php core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php Drupal\system\Plugin\Block
SystemCompactLink.php core/lib/Drupal/Core/Render/Element/SystemCompactLink.php Drupal\Core\Render\Element
SystemConfigFormTest.php core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php Drupal\Tests\system\Functional\Form
SystemConfigFormTestForm.php core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Drupal\form_test
SystemConfigSubscriber.php core/modules/system/src/SystemConfigSubscriber.php Drupal\system
SystemController.php core/modules/system/src/Controller/SystemController.php Drupal\system\Controller
SystemDeprecationTest.php core/modules/system/tests/src/Kernel/SystemDeprecationTest.php Drupal\Tests\system\Kernel
SystemInfoController.php core/modules/system/src/Controller/SystemInfoController.php Drupal\system\Controller
SystemListingCrossProfileCompatibleTest.php core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Drupal\Tests\drupal_system_listing_compatible_test\Kernel
SystemListingTest.php core/modules/system/tests/src/Kernel/Common/SystemListingTest.php Drupal\Tests\system\Kernel\Common
SystemLocalTasksTest.php core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php Drupal\Tests\system\Unit\Menu
SystemMainBlock.php core/modules/system/src/Plugin/Block/SystemMainBlock.php Drupal\system\Plugin\Block
SystemManager.php core/modules/system/src/SystemManager.php Drupal\system
SystemMenuBlock.php core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php Drupal\system\Plugin\Derivative
SystemMenuBlock.php core/modules/system/src/Plugin/Block/SystemMenuBlock.php Drupal\system\Plugin\Block
SystemMenuBlockTest.php core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php Drupal\Tests\system\Kernel\Block
SystemMenuOffCanvasForm.php core/modules/system/src/Form/SystemMenuOffCanvasForm.php Drupal\system\Form
SystemMessagesBlock.php core/modules/system/src/Plugin/Block/SystemMessagesBlock.php Drupal\system\Plugin\Block
SystemPoweredByBlock.php core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php Drupal\system\Plugin\Block
SystemTestController.php core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Drupal\system_test\Controller
SystemUpdate7000.php core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php Drupal\system\Plugin\migrate\process\d6

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.