Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ProxyBuilderTest::testBuildReturnReference function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildServiceMethodReturnsVoid function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildSimpleMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildWithInterface function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildParameter[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildWithNestedInterface function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::build[[api-linebreak]]
ProxyBuilderTest::testBuildWithNullableSelfTypehint function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildParameter[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildWithProtectedAndPrivateMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildParameter[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildWithPublicStaticMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildParameter[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyServicesPass class core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php Replaces all services with a lazy flag.
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 @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass[[api-linebreak]]
@group DependencyInjection
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 @covers ::process[[api-linebreak]]
ProxyServicesPassTest::testContainerWithLazyServicesWithoutProxyClass function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php @covers ::process[[api-linebreak]]
ProxyServicesPassTest::testContainerWithoutLazyServices function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php @covers ::process[[api-linebreak]]
psr17.response_factory service core/core.services.yml Laminas\Diactoros\ResponseFactory
psr17.server_request_factory service core/core.services.yml Laminas\Diactoros\ServerRequestFactory
psr17.stream_factory service core/core.services.yml Laminas\Diactoros\StreamFactory
psr17.uploaded_file_factory service core/core.services.yml Laminas\Diactoros\UploadedFileFactory
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::supports 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 @coversDefaultClass \Drupal\Core\EventSubscriber\PsrResponseSubscriber[[api-linebreak]]
@group EventSubscriber
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::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.

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