You are here

6 calls to FileStorage::getFileExtension() in Drupal 9

FileStorage::getAllCollectionNamesHelper in core/lib/Drupal/Core/Config/FileStorage.php
Helper function for getAllCollectionNames().
FileStorage::getFilePath in core/lib/Drupal/Core/Config/FileStorage.php
Returns the path to the configuration file.
FileStorage::listAll in core/lib/Drupal/Core/Config/FileStorage.php
Gets configuration object names starting with a given prefix.
InstallStorage::getComponentNames in core/lib/Drupal/Core/Config/InstallStorage.php
Get all configuration names and folders for a list of modules or themes.
InstallStorage::getCoreNames in core/lib/Drupal/Core/Config/InstallStorage.php
Get all configuration names and folders for Drupal core.
InstallStorage::getFilePath in core/lib/Drupal/Core/Config/InstallStorage.php
Overrides Drupal\Core\Config\FileStorage::getFilePath().