Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
core.link_relation_types.yml file core/core.link_relation_types.yml core/core.link_relation_types.yml
core.menu.schema.yml file core/config/schema/core.menu.schema.yml core/config/schema/core.menu.schema.yml
core.menu.static_menu_link_overrides.yml file core/config/install/core.menu.static_menu_link_overrides.yml core/config/install/core.menu.static_menu_link_overrides.yml
core.menu.static_menu_link_overrides.yml file core/profiles/demo_umami/config/install/core.menu.static_menu_link_overrides.yml core/profiles/demo_umami/config/install/core.menu.static_menu_link_overrides.yml
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.menus.html.twig file core/modules/help_topics/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.security.html.twig file core/modules/help_topics/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_topics/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_topics/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_topics/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_topics/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 settings_tray_topic =…
core.web_services.html.twig file core/modules/help_topics/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?{%…
Core::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Core.php Computes elements subset configuration for CKEditor 5 plugin.
Core::mapCKEditor4SettingsToCKEditor5Configuration function core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Core.php Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
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.
CoreServiceProvider::registerTest function core/lib/Drupal/Core/CoreServiceProvider.php Registers services and event subscribers for a site under test.
CoreThemesAutoloadedForTests class core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php Confirms that core/themes is autoloaded for tests.
CoreThemesAutoloadedForTests.php file core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php
CoreThemesAutoloadedForTests::testCoreThemesAutoloadedForTests function core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php Confirms that core/themes is autoloaded for tests.
core_field_views_data function core/modules/views/views.views.inc Implements hook_field_views_data().
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 The theme to install as the default for testing.
CorsIntegrationTest::$modules property core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php Modules to enable.
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::$exactMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
CountConstraint::$maxMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
CountConstraint::$minMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
CountConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
Counter::buildOptionsForm function core/modules/views/src/Plugin/views/field/Counter.php Default option form that provides label widget that all fields should have.
Counter::defineOptions function core/modules/views/src/Plugin/views/field/Counter.php Information about options for all kinds of purposes will be held here.
Counter::usesGroupBy function core/modules/views/src/Plugin/views/field/Counter.php Provides the handler some groupby.
CounterTest class core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php @coversDefaultClass \Drupal\views\Plugin\views\field\Counter[[api-linebreak]]
@group views
CounterTest.php file core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php

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