Search for core

  1. Search 7.x for core
  2. Search 9.5.x for core
  3. Search 8.9.x for core
  4. Search 10.3.x for core
  5. Search main for core
  6. Other projects
Title Object type File name Summary
core.menu.static_menu_link_overrides.yml file core/tests/fixtures/config_install/testing_config_install/core.menu.static_menu_link_overrides.yml core/tests/fixtures/config_install/testing_config_install/core.menu.static_menu_link_overrides.yml
core.menu.static_menu_link_overrides.yml file core/tests/fixtures/config_install/multilingual/core.menu.static_menu_link_overrides.yml core/tests/fixtures/config_install/multilingual/core.menu.static_menu_link_overrides.yml
core.menus.html.twig file core/modules/help/help_topics/core.menus.html.twig ---
label: 'Managing menus'
top_level: true
related:
- block.place
---
<h2>{% trans %}What is a menu?{% endtrans %}</h2>
<p>{% trans %}A menu is a collection of <em>menu links</em> used to navigate a web site.…
core.performance.html.twig file core/modules/help/help_topics/core.performance.html.twig ---
label: 'Optimizing site performance'
top_level: true
---
<h2>{% trans %}What is site performance?{% endtrans %}</h2>
<p>{% trans %}Site performance, in this context, refers to speed factors such as the page load time…
core.security.html.twig file core/modules/help/help_topics/core.security.html.twig ---
label: 'Making your site secure'
top_level: true
---
<h2>{% trans %}What are security updates?{% endtrans %}</h2>
<p>{% trans %}Any software occasionally has bugs, and sometimes these bugs have security implications.…
core.services.yml file core/core.services.yml core/core.services.yml
core.settings_tray.html.twig file core/modules/help/help_topics/core.settings_tray.html.twig ---
label: 'Using in-line (quick) settings editing'
related:
- core.ui_components
---
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Edit settings in place.{% endtrans %}</p>
<h2>{% trans %}What is quick…
core.translations.html.twig file core/modules/help/help_topics/core.translations.html.twig ---
label: 'Working with languages and translations'
top_level: true
related:
- block.place
- block.configure
---
{% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
{% set…
core.ui_accessibility.html.twig file core/modules/help/help_topics/core.ui_accessibility.html.twig ---
label: 'Accessibility of the administrative interface'
related:
- core.ui_components
---
<h2>{% trans %}Overview of accessibility{% endtrans %}</h2>
<p>{% trans %}The core administrative interface has built-in…
core.ui_components.html.twig file core/modules/help/help_topics/core.ui_components.html.twig ---
label: 'Using the administrative interface'
top_level: true
related:
- block.overview
---
{% set accessibility_topic = render_var(help_topic_link('core.ui_accessibility')) %}
{% set admin_link =…
core.web_services.html.twig file core/modules/help/help_topics/core.web_services.html.twig ---
label: 'Enabling web services'
top_level: true
related:
- core.content_structure
---
{% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %}
<h2>{% trans %}What is a web service?{%…
CoreRecipesTest class core/tests/Drupal/Tests/Core/Recipe/CoreRecipesTest.php Tests that all core recipes have a generic test.
CoreRecipesTest.php file core/tests/Drupal/Tests/Core/Recipe/CoreRecipesTest.php
CoreRecipesTest::providerRecipeHasGenericTest function core/tests/Drupal/Tests/Core/Recipe/CoreRecipesTest.php Data provider for ::testRecipeHasGenericTest().
CoreRecipesTest::testRecipeHasGenericTest function core/tests/Drupal/Tests/Core/Recipe/CoreRecipesTest.php Test that a recipe has a generic test.
CoreServiceProvider class core/lib/Drupal/Core/CoreServiceProvider.php ServiceProvider class for mandatory core services.
CoreServiceProvider.php file core/lib/Drupal/Core/CoreServiceProvider.php
CoreServiceProvider::alter function core/lib/Drupal/Core/CoreServiceProvider.php Alters the UUID service to use the most efficient method available.
CoreServiceProvider::register function core/lib/Drupal/Core/CoreServiceProvider.php Registers services to the container.
CoreThemesAutoloadedForTestsTest class core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php Confirms that core/themes is autoloaded for tests.
CoreThemesAutoloadedForTestsTest.php file core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php
CoreThemesAutoloadedForTestsTest::testCoreThemesAutoloadedForTests function core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php Confirms that core/themes is autoloaded for tests.
D6NoCoreVersionSpecified class core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/src/Plugin/migrate/field/D6NoCoreVersionSpecified.php MigrateField Plugin for migrating fields without core version specification.
D6NoCoreVersionSpecified.php file core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/src/Plugin/migrate/field/D6NoCoreVersionSpecified.php
DatabaseDriverList::CORE_MYSQL_DRIVER_NAMESPACE constant core/lib/Drupal/Core/Extension/DatabaseDriverList.php The namespace of core's MySql database driver.
DependencyTest::doTestCoreVersionContains8X function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests the dependency checks when core version contains '8.x' within it.
DependencyTest::testCoreCompatibility function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling modules with different core version specifications.
DevReleaseTest::setCoreVersion function core/modules/update/tests/src/Kernel/DevReleaseTest.php Sets the current version of core, as known to the Update Status module.
Drupal::CORE_COMPATIBILITY constant core/lib/Drupal.php Core API compatibility.
Drupal::CORE_MINIMUM_SCHEMA_VERSION constant core/lib/Drupal.php Core minimum schema version.
DrupalComponentTest::assertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Asserts that the given class is not using any class from Core namespace.
DrupalComponentTest::providerAssertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Data provider for testAssertNoCoreUsage().
DrupalComponentTest::testAssertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php @legacy-covers \Drupal\Tests\Component\DrupalComponentTest::assertNoCoreUsage
DrupalComponentTest::testNoCoreInComponent function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests that classes in Component do not use any Core class.
DrupalComponentTest::testNoCoreInComponentTests function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests that classes in Component Tests do not use any Core class.
DrupalCoreComposer class composer/Generator/Util/DrupalCoreComposer.php Utilities for working with drupal composer.json files and data.
DrupalCoreComposer.php file composer/Generator/Util/DrupalCoreComposer.php
DrupalCoreComposer::$composerJson property composer/Generator/Util/DrupalCoreComposer.php Cached composer.json data.
DrupalCoreComposer::$composerLock property composer/Generator/Util/DrupalCoreComposer.php Cached composer.lock data.
DrupalCoreComposer::composerLock function composer/Generator/Util/DrupalCoreComposer.php Fetch the composer lock data.
DrupalCoreComposer::createFromPath function composer/Generator/Util/DrupalCoreComposer.php DrupalCoreComposer factory.
DrupalCoreComposer::getRequireDev function composer/Generator/Util/DrupalCoreComposer.php Return the "require-dev" section from root or core composer.json file.
DrupalCoreComposer::loadJsonFromPath function composer/Generator/Util/DrupalCoreComposer.php Load json data from the specified path.
DrupalCoreComposer::packageLockInfo function composer/Generator/Util/DrupalCoreComposer.php Look up the info for one package in the composer.lock file.
DrupalCoreComposer::rootComposerJson function composer/Generator/Util/DrupalCoreComposer.php Fetch the composer data from the root drupal/drupal project.
DrupalCoreComposer::__construct function composer/Generator/Util/DrupalCoreComposer.php DrupalCoreComposer constructor.
DrupalCoreRecommendedBuilder class composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Builder to produce metapackage for drupal/core-recommended.
DrupalCoreRecommendedBuilder.php file composer/Generator/Builder/DrupalCoreRecommendedBuilder.php
DrupalCoreRecommendedBuilder::getPackage function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalCoreRecommendedBuilder::getPath function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Return the path to where the metapackage should be written.

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