function TestExtension::setInstalledExtensions

File

core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php, line 378

Class

TestExtension
Stub class for testing ExtensionList.

Namespace

Drupal\Tests\Core\Extension

Code

public function setInstalledExtensions(array $extension_names) : void {
  $this->installedExtensions = $extension_names;
}

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