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
PercentagesTest::providerTestPercentages function core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php Provide data for batch unit tests.
PerformanceData::$cacheTagInvalidationCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache tag invalidations.
PerformanceData::$cacheTagIsValidCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache tag validity checks.
PerformanceData::getCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag invalidation count.
PerformanceData::getCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag isValid count.
PerformanceData::setCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag invalidation count.
PerformanceData::setCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag isValid count.
PerformanceForm::getFormId function core/modules/system/src/Form/PerformanceForm.php Returns a unique string identifying the form.
performance_test.cache_tags.invalidator.checksum service core/modules/system/tests/modules/performance_test/performance_test.services.yml Drupal\performance_test\Cache\CacheTagsChecksumDecorator
PermissionAccessCheckTest::providerTestAccess function core/modules/user/tests/src/Unit/PermissionAccessCheckTest.php Provides data for the testAccess method.
PermissionHandler::moduleProvidesPermissions function core/modules/user/src/PermissionHandler.php
PermissionHandlerInterface::moduleProvidesPermissions function core/modules/user/src/PermissionHandlerInterface.php Determines whether a module provides some permissions.
PermissionsPerBundleTest::testInvalidValue function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests that there is an exception if the permission templates are invalid.
PersistentDatabaseLockBackend::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php The id of the original proxied service.
PersistentDatabaseLockBackend::getLockId function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Gets the unique page token for locks.
PhpBackend::$checksumProvider property core/lib/Drupal/Core/Cache/PhpBackend.php The cache tags checksum provider.
PhpBackend::invalidate function core/lib/Drupal/Core/Cache/PhpBackend.php Marks a cache item as invalid.
PhpBackend::invalidateAll function core/lib/Drupal/Core/Cache/PhpBackend.php Marks all cache items as invalid.
PhpBackend::invalidateByHash function core/lib/Drupal/Core/Cache/PhpBackend.php Invalidate one cache item.
PhpBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php Marks cache items as invalid.
PhpBackend::normalizeCid function core/lib/Drupal/Core/Cache/PhpBackend.php Ensures a normalized cache ID.
PhpBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/PhpBackendFactory.php The cache tags checksum provider.
PhpExtensionsValidator class core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Performs validation if certain PHP extensions are enabled.
PhpExtensionsValidator.php file core/modules/package_manager/src/Validator/PhpExtensionsValidator.php
PhpExtensionsValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php
PhpExtensionsValidator::insideTest function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Whether this validator is running inside a test.
PhpExtensionsValidator::isExtensionLoaded function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Indicates if a particular PHP extension is loaded.
PhpExtensionsValidator::validateOpenSsl function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Flags an error if the OpenSSL extension is not installed.
PhpExtensionsValidator::validateXdebug function core/modules/package_manager/src/Validator/PhpExtensionsValidator.php Flags a warning if Xdebug is enabled.
PhpExtensionsValidatorTest class core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php @covers \Drupal\package_manager\Validator\PhpExtensionsValidator
@group package_manager
@internal
PhpExtensionsValidatorTest.php file core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php
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.
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

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