Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::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
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.
CounterTest::testSimpleCounter function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Tests a simple counter field.
CountryCodeConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php #[Constraint(id: 'CountryCode', label: new TranslatableMarkup('CountryCode', [], [
'context' => 'Validation',
]))]
CountryCodeConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
CountryCodeConstraint::create function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php Creates an instance of the plugin.
CountryCodeConstraintTest class core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php @covers \Drupal\Core\Validation\Plugin\Validation\Constraint\CountryCodeConstraint[[api-linebreak]]
@group validation
CountryCodeConstraintTest.php file core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
CountryCodeConstraintTest::testConstraintLoadsChoicesFromCountryManager function core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
CountryManager::$countries property core/lib/Drupal/Core/Locale/CountryManager.php An array of country code => country name pairs.
CountryManager::getList function core/lib/Drupal/Core/Locale/CountryManager.php Get an array of country code => country name pairs, altered by alter hooks.
CountryManager::getStandardList function core/lib/Drupal/Core/Locale/CountryManager.php Get an array of all two-letter country code => country name pairs.
CountryManager::__construct function core/lib/Drupal/Core/Locale/CountryManager.php Constructor.
CountryManagerInterface::getList function core/lib/Drupal/Core/Locale/CountryManagerInterface.php Returns a list of country code => country name pairs.
CountryManagerTest class core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php Tests Country Manager functionality.
CountryManagerTest.php file core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php
CountryManagerTest::$modules property core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php Modules to install.
CountryManagerTest::testHookCountriesAlter function core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php Tests that hook_countries_alters() works as expected.
CreateMigrationsTrait trait core/modules/migrate_drupal/tests/src/Traits/CreateMigrationsTrait.php
CreateMigrationsTrait.php file core/modules/migrate_drupal/tests/src/Traits/CreateMigrationsTrait.php
CreateMigrationsTrait::drupal6Migrations function core/modules/migrate_drupal/tests/src/Traits/CreateMigrationsTrait.php Create instances of all Drupal 6 migrations.
CreateMigrationsTrait::drupal7Migrations function core/modules/migrate_drupal/tests/src/Traits/CreateMigrationsTrait.php Create instances of all Drupal 7 migrations.
CreateNew::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php Returns the definition of the operation arguments.
CreateNew::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php Validates the arguments.
CreateSampleEntityTest class core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php Tests the ContentEntityStorageBase::createWithSampleValues method.
CreateSampleEntityTest.php file core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php
CreateSampleEntityTest::$entityTypeManager property core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php The entity type manager.
CreateSampleEntityTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php Modules to install.
CreateSampleEntityTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php
CreateSampleEntityTest::testSampleValueContentEntity function core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php Tests sample value content entity creation of all types.
CreateTestContentEntitiesTrait trait core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Provides helper methods for creating test content.

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