function TestExtension::getInstalledExtensionNames
Returns a list of machine names of installed extensions.
Return value
string[] The machine names of all installed extensions of this type.
Overrides ExtensionList::getInstalledExtensionNames
File
-
core/
tests/ Drupal/ Tests/ Core/ Extension/ ExtensionListTest.php, line 351
Class
Namespace
Drupal\Tests\Core\ExtensionCode
protected function getInstalledExtensionNames() {
return $this->installedExtensions;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.