You are here

function DrupalEnvironment::getCache in X Autoload 7.5

Return value

Cache

File

tests/src/VirtualDrupal/DrupalEnvironment.php, line 55

Class

DrupalEnvironment

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

function getCache() {
  return $this->components->Cache;
}