Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
ProviderRepositoryTest::testCorruptProviderIgnored function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests a successful fetch but with a single corrupt item.
ProviderRepositoryTest::testEmptyProviderList function core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php Tests that provider discovery fails if the provider database is empty.
ProviderRepositoryTest::testInvalidResponse function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests handling of invalid JSON when fetching the provider database.
ProviderRepositoryTest::testNonExistingProviderDatabase function core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php Tests that provider discovery fails with a non-existent provider database.
ProviderRepositoryTest::testRequestException function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests handling of exceptions when fetching the provider database.
ProviderRepositoryTest::testSuccessfulFetch function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests that a successful fetch stores the provider database in key-value.
ProxyBuilderTest::testBuildServiceMethodReturnsVoid function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethodBody
Query::$uniqueIdentifier property core/lib/Drupal/Core/Database/Query/Query.php A unique identifier for this query object.
Query::uniqueIdentifier function core/lib/Drupal/Core/Database/Query/Query.php Returns a unique identifier for this object.
QueryArgsCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php Provides a list of query arguments and expected cache contexts.
QueryBase::$entityTypeId property core/lib/Drupal/Core/Entity/Query/QueryBase.php The entity type this query runs against.
QueryBase::getEntityTypeId function core/lib/Drupal/Core/Entity/Query/QueryBase.php
QueryBatchTest::getIds function core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php
QueryBatchTest::queryDataProvider function core/modules/migrate/tests/src/Kernel/QueryBatchTest.php
QueryFactoryTest::providerTestGetKeys function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php
QueryInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Gets the ID of the entity type for this query.
QueryOptionsTest::testStoreQuerySettingsOverride function core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php Test that query overrides are stored.
QueryParameterTest::providerGetArgument function core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php Provides data for testGetArgument().
QueryParameterWorkspaceNegotiator::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php Performs workspace negotiation.
QueryPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Validate the options form.
QueryTest::testQuotingIdentifiers function core/tests/Drupal/KernelTests/Core/Database/QueryTest.php Tests quoting identifiers in queries.
QueueSerializationTest::getFormId function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php Returns a unique string identifying the form.
QueueSerializationTest::validateForm function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php Form validation handler.
QueueWorker::$id property core/lib/Drupal/Core/Annotation/QueueWorker.php The plugin ID.
QuickStartTest::testQuickStartCommandProfileValidation function core/tests/Drupal/BuildTests/QuickStart/QuickStartTest.php Tests the install command with an invalid profile.
Random::stringValidate function core/tests/Drupal/TestTools/Random.php Callback for random string validation.
RandomTest::testRandomStringValidator function core/tests/Drupal/Tests/Component/Utility/RandomTest.php Tests random string validation callbacks.
RandomTest::testRandomWordValidator function core/tests/Drupal/Tests/Component/Utility/RandomTest.php Tests random word.
RandomTest::_RandomStringValidate function core/tests/Drupal/Tests/Component/Utility/RandomTest.php Callback for random string validation.
RangeConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraintValidator.php Validator for the Drupal 'range' constraint.
RangeConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraintValidator.php
RangeConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraintValidator.php
ReadOnlyStorageTest::readMethodsProvider function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Provide the methods that work transparently.
ReadOnlyStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Provide the methods that throw an exception.
Rearrange::getFormId function core/modules/views_ui/src/Form/Ajax/Rearrange.php Returns a unique string identifying the form.
RearrangeFilter::getFormId function core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php Returns a unique string identifying the form.
RebuildPermissionsForm::getFormId function core/modules/node/src/Form/RebuildPermissionsForm.php Returns a unique string identifying the form.
Recipe::validateConfigActions function core/lib/Drupal/Core/Recipe/Recipe.php Validates that the corresponding extension is enabled for a config action.
Recipe::validateDefaultValueDefinition function core/lib/Drupal/Core/Recipe/Recipe.php Validates the definition of an input's default value.
Recipe::validateExtensionIsAvailable function core/lib/Drupal/Core/Recipe/Recipe.php Validates that the value is an available module/theme (installed or not).
Recipe::validateKeysAreValidExtensionNames function core/lib/Drupal/Core/Recipe/Recipe.php Validates that the keys of an array are valid extension names.
Recipe::validateRecipeExists function core/lib/Drupal/Core/Recipe/Recipe.php Validates that a recipe exists.
RecipeCommandTest::testPassInvalidInput function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeConfigStorageWrapperTest::testLeftSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that the first storage checks existence first.
RecipeConfigStorageWrapperTest::testRightSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we fall back to the second storage.
RecipeInputFormTrait::validateRecipeInput function core/lib/Drupal/Core/Recipe/RecipeInputFormTrait.php Validates user-inputted values to a recipe and its dependencies.
RecipeOverrideConfigStorage class core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Wraps a config storage to allow recipe provided configuration to override it.
RecipeOverrideConfigStorage.php file core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RecipeOverrideConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Creates a collection on the storage.
RecipeOverrideConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Decodes configuration data from the storage-specific format.

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