Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php Installer step: Requirements problem.
InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php Installer step: Configure settings.
InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php Final installer step: Configure site.
InstallerExistingConfigSyncDirectoryProfileHookInstallTest::testConfigSync function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php Tests installing from config is not available due to hook_INSTALL().
InstallerExistingConfigSyncDirectoryProfileHookInstallTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php Visits the interactive installer.
InstallProfileUninstallValidator class core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Ensures install profile can only be uninstalled if the modules are available.
InstallProfileUninstallValidator.php file core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php
InstallProfileUninstallValidator::$noProfileExtensionDiscovery property core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Extension discovery that scans all folders except profiles.
InstallProfileUninstallValidator::getExtensionDiscovery function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Gets an extension discovery object that ignores the install profile.
InstallProfileUninstallValidator::validate function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Determines the reasons a module can not be uninstalled.
InstallProfileUninstallValidator::__construct function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php
JsonApiJsonSchemaTestTrait::getValidator function core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php Get the JSON Schema Validator.
JsonApiPatchRegressionTest::testPatchToIncludeUrlDoesNotReturnIncludeFromIssue3026030 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure includes are respected even when PATCHing.
JsonApiTopLevelResourceNormalizerTest class core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php @coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer[[api-linebreak]]
@group jsonapi
JsonApiTopLevelResourceNormalizerTest.php file core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
JsonApiTopLevelResourceNormalizerTest::$file property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
JsonApiTopLevelResourceNormalizerTest::$includeResolver property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php The include resolver.
JsonApiTopLevelResourceNormalizerTest::$modules property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Modules to install.
JsonApiTopLevelResourceNormalizerTest::$node property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php A node to normalize.
JsonApiTopLevelResourceNormalizerTest::$nodeType property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php The node type.
JsonApiTopLevelResourceNormalizerTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php The JSON:API resource type repository under test.
JsonApiTopLevelResourceNormalizerTest::$term1 property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php A term.
JsonApiTopLevelResourceNormalizerTest::$term2 property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php A term.
JsonApiTopLevelResourceNormalizerTest::$user property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php A user to normalize.
JsonApiTopLevelResourceNormalizerTest::$user2 property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php A user.
JsonApiTopLevelResourceNormalizerTest::$vocabulary property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php A vocabulary.
JsonApiTopLevelResourceNormalizerTest::denormalizeUuidProviderBuilder function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php We cannot use a PHPUnit data provider because our data depends on $this.
JsonApiTopLevelResourceNormalizerTest::getNormalizer function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Helper to load the normalizer.
JsonApiTopLevelResourceNormalizerTest::getTestConfigEntityResource function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Get a test resource type, resource object and includes for config entity.
JsonApiTopLevelResourceNormalizerTest::getTestContentEntityResource function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Get a test resource type, resource object and includes.
JsonApiTopLevelResourceNormalizerTest::jsonSchemaDataProvider function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Data provider for ::testNormalizedValuesAgainstJsonSchema.
JsonApiTopLevelResourceNormalizerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
JsonApiTopLevelResourceNormalizerTest::tearDown function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
JsonApiTopLevelResourceNormalizerTest::testAliasFieldRouteException function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Tests the message and exceptions when requesting a Label only resource.
JsonApiTopLevelResourceNormalizerTest::testCacheableMetadata function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Ensure that cacheability metadata is properly added.
JsonApiTopLevelResourceNormalizerTest::testCacheableMetadataProvider function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Provides test cases for asserting cacheable metadata behavior.
JsonApiTopLevelResourceNormalizerTest::testConfigEntityResourceObjectSchema function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Test the generated config resource object normalization against the schema.
JsonApiTopLevelResourceNormalizerTest::testDenormalize function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Try to POST a node and check if it exists afterwards.
JsonApiTopLevelResourceNormalizerTest::testDenormalizeInvalidTypeAndNoType function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Tests denormalization for related resources with missing or invalid types.
JsonApiTopLevelResourceNormalizerTest::testDenormalizeUuid function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Try to POST a node and check if it exists afterwards.
JsonApiTopLevelResourceNormalizerTest::testNormalize function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php @covers ::normalize[[api-linebreak]]
JsonApiTopLevelResourceNormalizerTest::testNormalizeConfig function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php @covers ::normalize[[api-linebreak]]
JsonApiTopLevelResourceNormalizerTest::testNormalizeException function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php @covers ::normalize[[api-linebreak]]
JsonApiTopLevelResourceNormalizerTest::testNormalizeUuid function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php @covers ::normalize[[api-linebreak]]
JsonApiTopLevelResourceNormalizerTest::testResourceObjectSchema function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Test the generated resource object normalization against the schema.
JsonApiTopLevelResourceNormalizerTest::testTopLevelResourceWithSingleResource function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Tests the serialization of a top-level JSON:API document with a single resource.
JsonSchemaTestTrait::getValidator function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Get the JSON Schema Validator.
JsWebAssertTestForm::addAssertWaitOnAjaxRequest function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Test waitForAjax" button.
JsWebAssertTestForm::addButton function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Add button" button.
LangcodeRequiredIfTranslatableValuesConstraintValidator class core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraintValidator.php Validates the LangcodeRequiredIfTranslatableValues constraint.

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