You are here

public function TestExtensionInstallStorage::getProfile in Drupal 8

Gets the install profile value.

Return value

string|null

File

core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php, line 55

Class

TestExtensionInstallStorage

Namespace

Drupal\Tests\Core\Config

Code

public function getProfile() {
  return $this->installProfile;
}