List of questions
Related questions
Question 4 - AD0-E722 discussion
In a custom module, an Architect wants to define a new xml configuration file. The module should be able to read all the xml configuration files declared in the system, merge them together, and use their values in PHP class.
Which two steps should the Architect make to meet this requirement? (Choose two.)
A.
Inject a 'reader' dependency for 'Magento\Framework\Config\Data' in di.xml
B.
Write a plugin for \Magento\Framework\Config\Data::get() and read the custom xml files
C.
Create a Data class that implements '\Magento\Framework\Config\Data'
D.
Append the custom xml file name in 'Magento\Config\Model\Config\Structure\Reader' in di.xml
E.
Make a Reader class that implements '\Magento\Framework\Config\Reader\Filesystem'
Your answer:
0 comments
Sorted by
Leave a comment first