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
Namespace
Drupal\Tests\Core\ConfigCode
public function getProfile() {
return $this->installProfile;
}