function YamlParserProxy::getFileExtension
Gets the file extension for this serialization format.
Return value
string The file extension, without leading dot.
Overrides SerializationInterface::getFileExtension
File
-
core/
tests/ Drupal/ Tests/ Core/ Serialization/ YamlTest.php, line 60
Class
Namespace
Drupal\Tests\Core\SerializationCode
public static function getFileExtension() {
return static::$mock->getFileExtension();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.