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. Search 11.x for to
  6. Other projects
Title Object type File name Summary
ProcessPluginBase::isPipelineStopped function core/modules/migrate/src/ProcessPluginBase.php Determines if the pipeline should stop processing.
ProcessPluginBase::stopPipeline function core/modules/migrate/src/ProcessPluginBase.php Stops pipeline processing after this plugin finishes.
ProcessPluginBaseTest::testStopPipeline function core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php Tests stopping the pipeline.
ProjectReleaseTest::testOptionalFields function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests that optional fields can be omitted.
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 Tests Drupal\user\Plugin\Validation\Constraint\ProtectedUserFieldConstraintValidator.
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::testValidate function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php Tests validate.
ProtectedUserFieldConstraintValidatorTest::validate function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php Perform the validation.
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 Tests Drupal\Core\Cache\Context\ProtocolVersionCacheContext.
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 Tests get context.
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.
ProviderFilterDecorator::getDefinitions function core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php Gets the definition of all plugins for this type.
ProviderFilterDecorator::__call function core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php Passes through all unknown calls onto the decorated object.
ProviderFilterDecorator::__construct function core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php Constructs an InheritProviderDecorator object.
ProviderRepository class core/modules/media/src/OEmbed/ProviderRepository.php Retrieves and caches information about oEmbed providers.
ProviderRepository class core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php Overrides the oEmbed provider repository service for testing purposes.
ProviderRepository.php file core/modules/media/src/OEmbed/ProviderRepository.php
ProviderRepository.php file core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php
ProviderRepository::$httpClient property core/modules/media/src/OEmbed/ProviderRepository.php The HTTP client.
ProviderRepository::$keyValue property core/modules/media/src/OEmbed/ProviderRepository.php The key-value store.
ProviderRepository::$logger property core/modules/media/src/OEmbed/ProviderRepository.php The logger channel.

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