You are here

function DrupalEnvironment::getSystemTable in X Autoload 7.5

Return value

SystemTable

File

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

Class

DrupalEnvironment

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

function getSystemTable() {
  return $this->components->SystemTable;
}