You are here

service stream_wrapper.public in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \stream_wrapper.public

Class

Drupal\Core\StreamWrapper\PublicStream

Tags

  • stream_wrapper
1 string reference to stream_wrapper.public
TestDeprecatedTestHooks::testHookTestGroupStarted in core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php
@expectedDeprecation The deprecated hook hook_test_group_started() is implemented in these functions: simpletest_deprecation_test_test_group_started(). Convert your test to a PHPUnit-based one and implement test listeners. See…

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\StreamWrapper\PublicStream
  2. tags:
  3. - { name: stream_wrapper, scheme: public }