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. Search main for id
  6. Other projects
Title Object type File name Summary
PhpExtensionsValidatorTest::providerPhpExtensionsValidation function core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php Data provider for ::testPhpExtensionsValidation().
PhpExtensionsValidatorTest::testPhpExtensionsValidation function core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php Tests that PHP extensions' status are checked by Package Manager.
PhpPasswordArgon2idIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php Argon2id specific integration tests for the PHP password hashing service.
PhpPasswordArgon2idIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php
PhpPasswordArgon2idIntegrationTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php The password algorithm to be used during this test.
PhpPasswordArgon2idIntegrationTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php The password options to be used during this test.
PhpPasswordArgon2idIntegrationTest::testArgon2idHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php Tests that the argon2id password hashing algorithm is used.
PhpPasswordTest::providerLongPasswords function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Provides the test matrix for testLongPassword().
PhpRequirementsTest::providerMinimumSupportedPhp function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Data provider for ::testMinimumSupportedPhp().
PhpStorageFactoryTest::testGetOverride function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method with overridden settings.
PhpTransliteration::$languageOverrides property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Associative array of language-specific character transliteration tables.
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides().
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Reads in language overrides for a language code.
PhpTransliterationTest::providerTestPhpTransliteration function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Provides data for self::testPhpTransliteration().
PhpTransliterationTest::providerTestPhpTransliterationRemoveDiacritics function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Provides data for self::testRemoveDiacritics().
PhpTransliterationTest::providerTestPhpTransliterationWithAlter function core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php Provides test data for testPhpTransliterationWithAlter.
PhpTufValidator class core/modules/package_manager/src/Validator/PhpTufValidator.php Validates that PHP-TUF is installed and correctly configured.
PhpTufValidator.php file core/modules/package_manager/src/Validator/PhpTufValidator.php
PhpTufValidator::getRepositoryStatus function core/modules/package_manager/src/Validator/PhpTufValidator.php Gets the TUF protection status of Composer repositories.
PhpTufValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/PhpTufValidator.php
PhpTufValidator::PLUGIN_NAME constant core/modules/package_manager/src/Validator/PhpTufValidator.php The name of the PHP-TUF Composer integration plugin.
PhpTufValidator::validate function core/modules/package_manager/src/Validator/PhpTufValidator.php Reacts to a stage event by validating PHP-TUF configuration as needed.
PhpTufValidator::validateTuf function core/modules/package_manager/src/Validator/PhpTufValidator.php Flags messages if PHP-TUF is not installed and configured properly.
PhpTufValidator::__construct function core/modules/package_manager/src/Validator/PhpTufValidator.php
PhpTufValidatorTest class core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests Drupal\package_manager\Validator\PhpTufValidator.
PhpTufValidatorTest.php file core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
PhpTufValidatorTest::providerInvalidConfiguration function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Data provider for testing invalid plugin configuration.
PhpTufValidatorTest::providerInvalidConfigurationInStage function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Data provider for testing invalid plugin configuration in the stage.
PhpTufValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
PhpTufValidatorTest::testInvalidConfigurationInProjectRoot function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests errors caused by invalid plugin configuration in the project root.
PhpTufValidatorTest::testInvalidConfigurationInStage function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests errors caused by invalid plugin configuration in the stage directory.
PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests that there are no errors if the plugin is set up correctly.
PhpTufValidatorTest::testPluginNotInstalledInProjectRoot function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests there is an error if the plugin is not installed in the project root.
PhpTufValidatorTest::testPluginRemovedFromStagePreApply function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests removing the plugin from the stage before applying it.
PhpTufValidatorTest::testPluginRemovedFromStagePreRequire function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests removing the plugin from the stage on pre-require.
PhpTuf\ComposerStager\API\Precondition\Service\NoSymlinksPointOutsideTheCodebaseInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\NoSymlinksPointOutsideTheCodebase
PhpUnitApiFindAllClassFilesTest::argumentsProvider function core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php Provides test data to ::testEquality.
PhpUnitApiGetTestClassesTest::argumentsProvider function core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php Provides test data to ::testEquality.
PhpUnitBridgeIsolatedTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php Test how unit tests interact with deprecation errors in process isolation.
PhpUnitBridgeIsolatedTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
PhpUnitBridgeIsolatedTest::testDeprecatedClass function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
PhpUnitBridgeTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php Test how unit tests interact with deprecation errors.
PhpUnitBridgeTest class core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Test how kernel tests interact with deprecation errors.
PhpUnitBridgeTest class core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Tests Drupal's extension to manage code deprecation.
PhpUnitBridgeTest.php file core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest.php file core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php The theme to install as the default for testing.
PhpUnitBridgeTest::$modules property core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Modules to install.
PhpUnitBridgeTest::$modules property core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Modules to install.

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