Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StreamWrapperManagerInterface.php

function StreamWrapperManagerInterface::getClass

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.

1 method overrides StreamWrapperManagerInterface::getClass()
StreamWrapperManager::getClass in core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
Returns the stream wrapper class name for a given scheme.

File

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

Class

StreamWrapperManagerInterface
Provides a StreamWrapper manager.

Namespace

Drupal\Core\StreamWrapper

Code

public function getClass($scheme);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal