public static FileStorage::getFileExtension()
Returns the file extension used by the file storage for all configuration files.
Return value
string The file extension.
File
- core/lib/Drupal/Core/Config/FileStorage.php, line 70
Class
- FileStorage
- Defines the file storage.
Namespace
Drupal\Core\Config
Code
public static function getFileExtension() { return 'yml'; }
Please login to continue.