Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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 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 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.
CounterTest::$pager property core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php The pager plugin instance.
CounterTest::$testData property core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Stores the test data.
CounterTest::$view property core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php The view executable.
CounterTest::providerRowIndexes function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Provides some row index to test.
CounterTest::renderCounter function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Renders the counter field handler.
CounterTest::setUp function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php
CounterTest::testCounterRandomPagerOffset function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a counter field with a random pager offset.
CounterTest::testCounterRandomStart function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a counter with a random start.
CounterTest::testCounterSecondPage function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a counter field on the second page.

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