You are here

protected property ExtensionList::$extensionInfo in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/ExtensionList.php \Drupal\Core\Extension\ExtensionList::extensionInfo

Static caching for extension info.

Access this property's value through static::getAllInfo().

Keys are extension names, and values their info arrays (mixed[]).

Type: array[]|null

See also

\Drupal\Core\Extension\ExtensionList::getAllAvailableInfo

File

core/lib/Drupal/Core/Extension/ExtensionList.php, line 82

Class

ExtensionList
Provides available extensions.

Namespace

Drupal\Core\Extension

Code

protected $extensionInfo;