Problem/Motivation
The inline documentation for \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface
makes a few references to hook_stream_wrappers()
, which was removed in Drupal 8.0. In addition, the inline documentation for the $wrappers
property of StreamWrapperManager
indicates that each element contains a service_id
key, which it does not.
Steps to reproduce
Review the documentation:
StreamWrapperManagerInterface::isValidUri()
StreamWrapperManagerInterface::getWrappers()
StreamWrapperManager
Proposed resolution
Clean up documentation to reflect the current design.
Merge request link
Remaining tasks
User interface changes
None expected.
API changes
None expected.
Data model changes
None expected.