FileStorage::getFileExtension

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

1
2
3
public static function getFileExtension() {
  return 'yml';
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.