function TestExtensionInstallStorage::getProfile

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;
}

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