function TestDatabase::getDatabasePrefix

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Test/TestDatabase.php \Drupal\Core\Test\TestDatabase::getDatabasePrefix()
  2. 8.9.x core/lib/Drupal/Core/Test/TestDatabase.php \Drupal\Core\Test\TestDatabase::getDatabasePrefix()
  3. 10 core/lib/Drupal/Core/Test/TestDatabase.php \Drupal\Core\Test\TestDatabase::getDatabasePrefix()

Gets the test database prefix.

Return value

string The test database prefix.

File

core/lib/Drupal/Core/Test/TestDatabase.php, line 76

Class

TestDatabase
Provides helper methods for interacting with the fixture database.

Namespace

Drupal\Core\Test

Code

public function getDatabasePrefix() : string {
    return $this->databasePrefix;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.