StreamWrapperManager::$info

Contains stream wrapper info.

An associative array where keys are scheme names and values are themselves associative arrays with the keys class, type and (optionally) service_id, and string values.

Type: array

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php, line 26

Class

StreamWrapperManager
Provides a StreamWrapper manager.

Namespace

Drupal\Core\StreamWrapper

Code

1
protected $info = array();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.