Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
core.menu.static_menu_link_overrides.yml file core/profiles/standard/config/install/core.menu.static_menu_link_overrides.yml core/profiles/standard/config/install/core.menu.static_menu_link_overrides.yml
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
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.
Corn class core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php Plugin annotation

@Plugin(
id = "corn",
label = "Corn",
color = "yellow"
)
Corn.php file core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php
CorsCompilerPass class core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php Provides a compiler pass which disables the CORS middleware in case disabled.
CorsCompilerPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php
CorsCompilerPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php
CorsIntegrationTest class core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php Tests CORS provided by Drupal.
CorsIntegrationTest.php file core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
CorsIntegrationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
CorsIntegrationTest::$modules property core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
CorsIntegrationTest::testCrossSiteRequest function core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
count.jsonapi.resource_type.repository service core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.services.yml Drupal\jsonapi_test_collection_count\ResourceType\CountableResourceTypeRepository
CountableResourceType class core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php Subclass with overridden ::includeCount() for testing purposes.
CountableResourceType.php file core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php
CountableResourceType::includeCount function core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php Determine whether to include a collection count.
CountableResourceTypeRepository class core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php Provides a repository of JSON:API configurable resource types.
CountableResourceTypeRepository.php file core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php
CountableResourceTypeRepository::createResourceType function core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php Creates a ResourceType value object for the given entity type + bundle.
CountConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php Count constraint.
CountConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
CountConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
CountConstraint::__construct function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
Counter class core/modules/views/src/Plugin/views/field/Counter.php Field handler to show a counter of the current row.
Counter.php file core/modules/views/src/Plugin/views/field/Counter.php
Counter::buildOptionsForm function core/modules/views/src/Plugin/views/field/Counter.php
Counter::defineOptions function core/modules/views/src/Plugin/views/field/Counter.php
Counter::getValue function core/modules/views/src/Plugin/views/field/Counter.php
Counter::query function core/modules/views/src/Plugin/views/field/Counter.php

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