Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ProxyServicesPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php
ProxyServicesPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php
ProxyServicesPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass.
ProxyServicesPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
ProxyServicesPassTest::$proxyServicesPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php The tested proxy services pass.
ProxyServicesPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
ProxyServicesPassTest::testContainerWithLazyServices function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container with lazy services.
ProxyServicesPassTest::testContainerWithLazyServicesWithoutProxyClass function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container with lazy services without proxy class.
ProxyServicesPassTest::testContainerWithoutLazyServices function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container without lazy services.
psr17.response_factory service core/core.services.yml GuzzleHttp\Psr7\HttpFactory
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
PublicStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/PublicStream.php
PublicStream::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/PublicStream.php
PublicStream::getLocalPath function core/lib/Drupal/Core/StreamWrapper/PublicStream.php
PublicStream::getName function core/lib/Drupal/Core/StreamWrapper/PublicStream.php
PublicStream::getType function core/lib/Drupal/Core/StreamWrapper/PublicStream.php
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

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