function DatabaseDriverList::getExtensionInfo
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Extension/DatabaseDriverList.php \Drupal\Core\Extension\DatabaseDriverList::getExtensionInfo()
Returns information about a specified extension.
This function returns the contents of the .info.yml file for the specified extension.
Parameters
string $extension_name: The name of an extension whose information shall be returned.
Return value
mixed[] An associative array of extension information.
Overrides ExtensionList::getExtensionInfo
File
-
core/
lib/ Drupal/ Core/ Extension/ DatabaseDriverList.php, line 172
Class
- DatabaseDriverList
- Provides a list of available database drivers.
Namespace
Drupal\Core\ExtensionCode
public function getExtensionInfo($extension_name) {
throw new \LogicException(__METHOD__ . '() is not implemented');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.