You are here

protected property ExtensionList::$pathNames in Drupal 8

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

A list of extension folder names keyed by extension name.

Type: string[]|null

File

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

Class

ExtensionList
Provides available extensions.

Namespace

Drupal\Core\Extension

Code

protected $pathNames;