StreamWrapperManagerInterface::getClass

public StreamWrapperManagerInterface::getClass($scheme)

Returns the stream wrapper class name for a given scheme.

Parameters

string $scheme: Stream scheme.

Return value

string|bool Return string if a scheme has a registered handler, or FALSE.

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php, line 158

Class

StreamWrapperManagerInterface
Provides a StreamWrapper manager.

Namespace

Drupal\Core\StreamWrapper

Code

1
public function getClass($scheme);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.