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

public static function getFileExtension() {
  return 'yml';
}
doc_Drupal
2016-10-29 09:13:41
Comments
Leave a Comment

Please login to continue.