protected property 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 23

Class

StreamWrapperManager
Provides a StreamWrapper manager.

Namespace

Drupal\Core\StreamWrapper

Code

protected $info = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!StreamWrapper!StreamWrapperManager.php/property/StreamWrapperManager::info/8.1.x