protected function ExtensionList::getInfoCacheId in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Extension/ExtensionList.php \Drupal\Core\Extension\ExtensionList::getInfoCacheId()
- 9 core/lib/Drupal/Core/Extension/ExtensionList.php \Drupal\Core\Extension\ExtensionList::getInfoCacheId()
Returns the extension info cache ID.
Return value
string The info cache ID.
File
- core/
lib/ Drupal/ Core/ Extension/ ExtensionList.php, line 201
Class
- ExtensionList
- Provides available extensions.
Namespace
Drupal\Core\ExtensionCode
protected function getInfoCacheId() {
return "system.{$this->type}.info";
}