Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
PrivateTempStoreTest::testDeleteLocking function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the locking in the delete() method.
PrivateTempStoreTest::testDeleteWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the delete() method with no lock available.
PrivateTempStoreTest::testDeleteWithNoLockAvailable function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the delete() method with no lock available.
PrivateTempStoreTest::testGet function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the get() method.
PrivateTempStoreTest::testGet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the get() method.
PrivateTempStoreTest::testGetMetadata function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the getMetadata() method.
PrivateTempStoreTest::testGetMetadata function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the getMetadata() method.
PrivateTempStoreTest::testGetMetadataOwner function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php @covers ::getMetadata[[api-linebreak]]
@expectedDeprecation Using the "owner" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getOwnerId() instead.…
PrivateTempStoreTest::testGetMetadataUpdated function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php @covers ::getMetadata[[api-linebreak]]
@expectedDeprecation Using the "updated" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getUpdated() instead.…
PrivateTempStoreTest::testSet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests a successful set() call.
PrivateTempStoreTest::testSet function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests a successful set() call.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the set() method with no lock available.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the set() method with no lock available.
ProcessedText::configFactory function core/modules/filter/src/Element/ProcessedText.php Wraps the config factory.
PromoteNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/PromoteNode.php Gets an array of values to be set.
ProtectedDirectory class core/lib/Drupal/Core/File/ProtectedDirectory.php A value object representing a protected directory.
ProtectedDirectory.php file core/lib/Drupal/Core/File/ProtectedDirectory.php
ProtectedDirectory::$path property core/lib/Drupal/Core/File/ProtectedDirectory.php The directory path.
ProtectedDirectory::$private property core/lib/Drupal/Core/File/ProtectedDirectory.php If the directory is private (or public).
ProtectedDirectory::$title property core/lib/Drupal/Core/File/ProtectedDirectory.php The directory title.
ProtectedDirectory::getPath function core/lib/Drupal/Core/File/ProtectedDirectory.php Gets the directory path.
ProtectedDirectory::getTitle function core/lib/Drupal/Core/File/ProtectedDirectory.php Gets the title.
ProtectedDirectory::isPrivate function core/lib/Drupal/Core/File/ProtectedDirectory.php Is the directory private (or public).
ProtectedDirectory::__construct function core/lib/Drupal/Core/File/ProtectedDirectory.php ProtectedDirectory constructor.
ProtectedUserFieldConstraintValidator class core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php Validates the ProtectedUserFieldConstraint constraint.
ProtectedUserFieldConstraintValidator.php file core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php
ProtectedUserFieldConstraintValidator::$currentUser property core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php The current user.
ProtectedUserFieldConstraintValidator::$userStorage property core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php User storage handler.
ProtectedUserFieldConstraintValidator::create function core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php Instantiates a new instance of this class.
ProtectedUserFieldConstraintValidator::validate function core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php
ProtectedUserFieldConstraintValidator::__construct function core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php Constructs the object.
ProtectedUserFieldConstraintValidatorTest class core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php @coversDefaultClass \Drupal\user\Plugin\Validation\Constraint\ProtectedUserFieldConstraintValidator[[api-linebreak]]
@group user
ProtectedUserFieldConstraintValidatorTest.php file core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php
ProtectedUserFieldConstraintValidatorTest::createValidator function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php
ProtectedUserFieldConstraintValidatorTest::providerTestValidate function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php Data provider for ::testValidate().
ProtectedUserFieldConstraintValidatorTest::testValidate function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
ProtocolVersionCacheContext class core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php Defines the ProtocolVersionCacheContext service, for "per protocol" caching.
ProtocolVersionCacheContext.php file core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php
ProtocolVersionCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php Gets the cacheability metadata for the context.
ProtocolVersionCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php Returns the string representation of the cache context.
ProtocolVersionCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php Returns the label of the cache context.
ProtocolVersionCacheContextTest class core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php @coversDefaultClass \Drupal\Core\Cache\Context\ProtocolVersionCacheContext[[api-linebreak]]
@group Cache
ProtocolVersionCacheContextTest.php file core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php
ProtocolVersionCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php Provides a list of query arguments and expected cache contexts.
ProtocolVersionCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php @covers ::getContext[[api-linebreak]]
ProviderFilterDecorator class core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php Remove plugin definitions with non-existing providers.
ProviderFilterDecorator.php file core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php
ProviderFilterDecorator::$decorated property core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php The Discovery object being decorated.
ProviderFilterDecorator::$providerExists property core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php A callable for testing if a provider exists.
ProviderFilterDecorator::filterDefinitions function core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php Removes plugin definitions with non-existing providers.

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