Search for core
- Search 7.x for core
- Search 9.5.x for core
- Search 8.9.x for core
- Search 10.3.x for core
- Search 11.x for core
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| core.menu.static_menu_link_overrides.yml | file | core/ |
core/config/install/core.menu.static_menu_link_overrides.yml |
| core.menu.static_menu_link_overrides.yml | file | core/ |
core/tests/fixtures/config_install/testing_config_install/core.menu.static_menu_link_overrides.yml |
| core.menu.static_menu_link_overrides.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/core.menu.static_menu_link_overrides.yml |
| core.menus.html.twig | file | core/ |
--- 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/ |
--- 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/ |
--- 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/core.services.yml |
| core.settings_tray.html.twig | file | core/ |
--- 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/ |
--- 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/ |
--- 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/ |
--- 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/ |
--- 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 that all core recipes have a generic test. |
| CoreRecipesTest.php | file | core/ |
|
| CoreRecipesTest::providerRecipeHasGenericTest | function | core/ |
Data provider for ::testRecipeHasGenericTest(). |
| CoreRecipesTest::testRecipeHasGenericTest | function | core/ |
Test that a recipe has a generic test. |
| CoreServiceProvider | class | core/ |
ServiceProvider class for mandatory core services. |
| CoreServiceProvider.php | file | core/ |
|
| CoreServiceProvider::alter | function | core/ |
Alters the UUID service to use the most efficient method available. |
| CoreServiceProvider::register | function | core/ |
Registers services to the container. |
| CoreThemesAutoloadedForTestsTest | class | core/ |
Confirms that core/themes is autoloaded for tests. |
| CoreThemesAutoloadedForTestsTest.php | file | core/ |
|
| CoreThemesAutoloadedForTestsTest::testCoreThemesAutoloadedForTests | function | core/ |
Confirms that core/themes is autoloaded for tests. |
| D6NoCoreVersionSpecified | class | core/ |
MigrateField Plugin for migrating fields without core version specification. |
| D6NoCoreVersionSpecified.php | file | core/ |
|
| DatabaseDriverList::CORE_MYSQL_DRIVER_NAMESPACE | constant | core/ |
The namespace of core's MySql database driver. |
| DependencyTest::doTestCoreVersionContains8X | function | core/ |
Tests the dependency checks when core version contains '8.x' within it. |
| DependencyTest::testCoreCompatibility | function | core/ |
Tests enabling modules with different core version specifications. |
| DevReleaseTest::setCoreVersion | function | core/ |
Sets the current version of core, as known to the Update Status module. |
| Drupal::CORE_COMPATIBILITY | constant | core/ |
Core API compatibility. |
| Drupal::CORE_MINIMUM_SCHEMA_VERSION | constant | core/ |
Core minimum schema version. |
| DrupalComponentTest::assertNoCoreUsage | function | core/ |
Asserts that the given class is not using any class from Core namespace. |
| DrupalComponentTest::providerAssertNoCoreUsage | function | core/ |
Data provider for testAssertNoCoreUsage(). |
| DrupalComponentTest::testAssertNoCoreUsage | function | core/ |
@legacy-covers \Drupal\Tests\Component\DrupalComponentTest::assertNoCoreUsage |
| DrupalComponentTest::testNoCoreInComponent | function | core/ |
Tests that classes in Component do not use any Core class. |
| DrupalComponentTest::testNoCoreInComponentTests | function | core/ |
Tests that classes in Component Tests do not use any Core class. |
| DrupalCoreComposer | class | composer/ |
Utilities for working with drupal composer.json files and data. |
| DrupalCoreComposer.php | file | composer/ |
|
| DrupalCoreComposer::$composerJson | property | composer/ |
Cached composer.json data. |
| DrupalCoreComposer::$composerLock | property | composer/ |
Cached composer.lock data. |
| DrupalCoreComposer::composerLock | function | composer/ |
Fetch the composer lock data. |
| DrupalCoreComposer::createFromPath | function | composer/ |
DrupalCoreComposer factory. |
| DrupalCoreComposer::getRequireDev | function | composer/ |
Return the "require-dev" section from root or core composer.json file. |
| DrupalCoreComposer::loadJsonFromPath | function | composer/ |
Load json data from the specified path. |
| DrupalCoreComposer::packageLockInfo | function | composer/ |
Look up the info for one package in the composer.lock file. |
| DrupalCoreComposer::rootComposerJson | function | composer/ |
Fetch the composer data from the root drupal/drupal project. |
| DrupalCoreComposer::__construct | function | composer/ |
DrupalCoreComposer constructor. |
| DrupalCoreRecommendedBuilder | class | composer/ |
Builder to produce metapackage for drupal/core-recommended. |
| DrupalCoreRecommendedBuilder.php | file | composer/ |
|
| DrupalCoreRecommendedBuilder::getPackage | function | composer/ |
Generate the Composer.json data for the current tag or branch. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.