List of questions
Related questions
Question 16 - AD0-E718 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.
Write a plugin for \Magento\Framework\Config\Data::get() and read the custom xml files
B.
Append the custom xml file name in "Magento\Config\Model\Config\Structure\Reader" in di.xml
C.
Create a Data class that implements "\Magento\Framework\Config\Data'
D.
Inject a "reader" dependency for "Magento\Framework\Config\Data" 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