Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
psr17.server_request_factory service core/core.services.yml GuzzleHttp\Psr7\HttpFactory
psr17.stream_factory service core/core.services.yml GuzzleHttp\Psr7\HttpFactory
psr17.uploaded_file_factory service core/core.services.yml GuzzleHttp\Psr7\HttpFactory
psr7.http_foundation_factory service core/core.services.yml Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory
psr7.http_message_factory service core/core.services.yml Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
Psr7RequestValueResolver class core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php Yields a PSR7 request object based on the request object passed along.
Psr7RequestValueResolver.php file core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php
Psr7RequestValueResolver::$httpMessageFactory property core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php The PSR-7 converter.
Psr7RequestValueResolver::resolve function core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php
Psr7RequestValueResolver::__construct function core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php Constructs a new ControllerResolver.
PsrResponseSubscriber class core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php Response subscriber for handling PSR-7 responses.
PsrResponseSubscriber.php file core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php
PsrResponseSubscriber::$httpFoundationFactory property core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php The httpFoundation factory.
PsrResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php
PsrResponseSubscriber::onKernelView function core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php Converts a PSR-7 response to a Symfony response.
PsrResponseSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php Constructs a new PathRootsSubscriber instance.
PsrResponseSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests Drupal\Core\EventSubscriber\PsrResponseSubscriber.
PsrResponseSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php
PsrResponseSubscriberTest::$httpFoundationFactoryMock property core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php The tested path root subscriber.
PsrResponseSubscriberTest::$psrResponseSubscriber property core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php The tested path root subscriber.
PsrResponseSubscriberTest::createEvent function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Sets up an event that returns $controllerResult.
PsrResponseSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php
PsrResponseSubscriberTest::testConvertsControllerResult function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests altering and finished event.
PsrResponseSubscriberTest::testConvertsNonSeekableBodyWithStreaming function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests that a non-seekable body results in a streamed response.
PsrResponseSubscriberTest::testConvertsSeekableBodyWithoutStreaming function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests that a seekable body results in a non-streamed response.
PsrResponseSubscriberTest::testDoesNotConvertControllerResult function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests altering and finished event.
psr_response_view_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\PsrResponseSubscriber
PublicStream class core/lib/Drupal/Core/StreamWrapper/PublicStream.php Defines a Drupal public (public://) stream wrapper class.
PublicStream.php file core/lib/Drupal/Core/StreamWrapper/PublicStream.php
PublicStream::basePath function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the base path for public://.
PublicStream::baseUrl function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Finds and returns the base URL for public://.
PublicStream::getDescription function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the description of the stream wrapper for use in the UI.
PublicStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Gets the path that the wrapper is responsible for.
PublicStream::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns a web accessible URL for the resource.
PublicStream::getLocalPath function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the canonical absolute path of the URI, if possible.
PublicStream::getName function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the name of the stream wrapper for use in the UI.
PublicStream::getType function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the type of stream wrapper.
PublishAction class core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php Publishes an entity.
PublishAction.php file core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php
PublishAction::access function core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php Checks object access.
PublishAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php Executes the plugin.
PublishActionTest class core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php Tests Publish Action.
PublishActionTest.php file core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php
PublishActionTest::$modules property core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php Modules to install.
PublishActionTest::setUp function core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php
PublishActionTest::testGetDerivativeDefinitions function core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php Tests get derivative definitions.
PublishActionTest::testPublishAction function core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php Tests publish action.
PublishActionTest::testUnpublishAction function core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php Tests unpublish action.
Query::$comments property core/lib/Drupal/Core/Database/Query/Query.php An array of comments that can be prepended to a query.
Query::$queryOptions property core/lib/Drupal/Core/Database/Query/Query.php The query options to pass on to the connection object.

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