interface TransformerInterface

Methods

transform(MutableConfigCollectionInterface $collection)

This is responsible for parsing a single yaml file and returning it into a format that Config can understand. Config will then be responsible for turning thie output into the final merged config.

Details

at line 17
MutableConfigCollectionInterface transform(MutableConfigCollectionInterface $collection)

This is responsible for parsing a single yaml file and returning it into a format that Config can understand. Config will then be responsible for turning thie output into the final merged config.