Solved

A Custom Module Must Make Changes to the Schema Following

Question 15

Multiple Choice

A custom module must make changes to the schema following each setup:upgrade run. This must be done after all other module's schema updates have been applied. How is this accomplished?


A) Write a plugin intercepting \Magento\Setup\Model\Installer::handleDBSchemaData Write a plugin intercepting \Magento\Setup\Model\Installer::handleDBSchemaData
B) Create an UpgradeSchemaAfter class which implements InstallSchemaInterface Create an UpgradeSchemaAfter class which implements InstallSchemaInterface
C) Update the module's setup_priority in etc/modules.xml Update the module's setup_priority in etc/modules.xml
D) Create a Recurring class which implements InstallSchemaInterface Create a Recurring

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions