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 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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 Validation constraint for country codes.
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
CountryCodeConstraintTest class core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php Tests Country Code Constraint.
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
CountryManagerTest::testHookCountriesAlter function core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php Tests that hook_countries_alters() works as expected.
CreateForEachBundle::replacePlaceholders function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/CreateForEachBundle.php Replaces placeholders recursively.
CreateForEachBundle::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/CreateForEachBundle.php
CreateForEachBundleDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/CreateForEachBundleDeriver.php
CreateForEachBundleDeriver::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/CreateForEachBundleDeriver.php
CreateMigrationsTrait trait core/modules/migrate_drupal/tests/src/Traits/CreateMigrationsTrait.php Test trait that provides instances of Drupal 6 and Drupal 7 migrations.
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
CreateNew::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php
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
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.
CreateTestContentEntitiesTrait.php file core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php
CreateTestContentEntitiesTrait::createContent function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Create several pieces of generic content.
CreateTestContentEntitiesTrait::createContentPostUpgrade function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Create several pieces of generic content.
CreateTestContentEntitiesTrait::getRequiredModules function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Gets required modules.
CredentialForm::$errors property core/modules/migrate_drupal_ui/src/Form/CredentialForm.php An array of error information.
CredentialForm::getDatabaseTypes function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php Returns all supported database driver installer objects.
CredentialForm::setupMigrations function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php Gets and stores information for this migration in temporary store.
CredentialForm::submitForm function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php Form submission handler.
CredentialForm::validatePaths function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php The #element_validate handler for the source path elements.
CredentialForm::__construct function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php CredentialForm constructor.
CredentialFormTest class core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Test the credential form for both Drupal 6 and Drupal 7 sources.

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