Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom config files with virtual types only by adding generic schema locator #1410

Merged
merged 1 commit into from
Jul 17, 2015
Merged

Allow custom config files with virtual types only by adding generic schema locator #1410

merged 1 commit into from
Jul 17, 2015

Commits on Jun 25, 2015

  1. Allow custom config files with virtual types only via generic schema …

    …locator
    
    Using custom configuration files requires a number of class implementations.
    Most of these can be satisfied by using generic implementations found within
    the Magento\Framework\Config namespace and injectable parameters.
    
    * Magento\Framework\Config\DataInterface
      => Magento\Framework\Config\Data
    * Magento\Framework\Config\ReaderInterface
      => Magento\Framework\Config\Reader\Filesystem
    * Magento\Framework\Config\ConverterInterface
      => Magento\Framework\Config\Converter\Dom
    
    The one that is missing is a generic implementation of the schema locator
    interface Magento\Framework\Config\SchemaLocatorInterface
    
    This PR adds such a generic implementation.
    Vinai committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    dd4e82a View commit details
    Browse the repository at this point in the history