You are here

trait Bootstrap in AmazonS3 7.2

Same name in this branch
  1. 7.2 tests/DrupalAdapter/Bootstrap.php \Drupal\amazons3Test\DrupalAdapter\Bootstrap
  2. 7.2 src/DrupalAdapter/Bootstrap.php \Drupal\amazons3\DrupalAdapter\Bootstrap

Methods that map to includes/bootstrap.inc.

@class Bootstrap @package Drupal\amazons3\DrupalAdapter @codeCoverageIgnore

Hierarchy

  • trait \Drupal\amazons3\DrupalAdapter\Bootstrap
1 file declares its use of Bootstrap
StreamWrapperConfiguration.php in src/StreamWrapperConfiguration.php

File

src/DrupalAdapter/Bootstrap.php, line 12

Namespace

Drupal\amazons3\DrupalAdapter
View source
trait Bootstrap {

  /**
   * @param $name
   * @param null $default
   * @return null
   */
  public static function variable_get($name, $default = NULL) {
    return variable_get($name, $default);
  }

}

Members