system_stream_wrappers

function system_stream_wrappers

system_stream_wrappers()

Implements hook_stream_wrappers().

File

modules/system/system.module, line 1657
Configuration system that lets administrators modify the workings of the site.

Code

function system_stream_wrappers() {
  $wrappers = array(
    'public' => array(
      'name' => t('Public files'),
      'class' => 'DrupalPublicStreamWrapper',
      'description' => t('Public local files served by the webserver.'),
      'type' => STREAM_WRAPPERS_LOCAL_NORMAL,
    ),
    'temporary' => array(
      'name' => t('Temporary f