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 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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.
Core::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem function core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Core.php Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
CoreRecipesTest class core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php Tests applying all core-provided recipes on top of the Empty profile.
CoreRecipesTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php
CoreRecipesTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php The theme to install as the default for testing.
CoreRecipesTest::$profile property core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php The profile to install as a basis for testing.
CoreRecipesTest::providerApplyRecipe function core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php The data provider for apply recipe test.
CoreRecipesTest::testApplyRecipe function core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php Test the recipe apply.
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().
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 The theme to install as the default for testing.
CorsIntegrationTest::$modules property core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php Modules to install.
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 @todo Add method return type declaration.
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 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::getValue function core/modules/views/src/Plugin/views/field/Counter.php Gets the value that's supposed to be rendered.
Counter::query function core/modules/views/src/Plugin/views/field/Counter.php Called to add the field to a query.
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
CounterTest::$definition property core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php The handler definition of the counter field.
CounterTest::$display property core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php The display plugin instance.

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