class YamlFileLoader extends FileLoader
YAML File Loader.
| protected | $file | from FileLoader |
| __construct(string $file) | from FileLoader | |
| bool | loadClassMetadata(ClassMetadataInterface $classMetadata) | |
| string[] | getMappedClasses() Return the names of the classes mapped in this file. |
| string | $file | The mapping file to load |
| MappingException | if the mapping file does not exist or is not readable |
| ClassMetadataInterface | $classMetadata |
| bool |
Return the names of the classes mapped in this file.
| string[] | The classes names |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.html