Valid AD0-E718 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E718 Exam! ExamDiscuss.com now offer the newest AD0-E718 exam dumps, the ExamDiscuss.com AD0-E718 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E718 dumps with Test Engine here:
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.)
Correct Answer: C,E
Explanation Based on web searches, it seems that Magento uses different classes and interfaces to interact with configuration files, such as Data, Reader, and Converter According to the documentation1, Data is a class that provides access to configuration data using a scope. Reader is an interface that reads configuration data from XML files. Converter is an interface that converts XML data into an array representation. Based on these definitions, I would say that two possible steps that the Architect should make to meet the requirement are: * C. Create a Data class that implements "\Magento\Framework\Config\Data" * E. Make a Reader class that implements "\Magento\Framework\Config\Reader\Filesystem" These steps would allow the custom module to read all the XML configuration files declared in the system, merge them together, and use their values in PHP class.