Which statement is correct regarding Theme’s registration.php file?

  • It contains the basic meta-information, like the theme name and the parent theme name, and the theme is inherited from an existing theme.
  • It is required to register your theme in the system.
  • This file is optional.
  • Describes the theme dependencies and some meta-information.

devdocs.magento.com/guides/v2.0/frontend-dev-guide/themes/theme-structure.html#theme-structure-comp
03

devdocs.magento.com/guides/v2.0/extension-dev-guide/build/component-registration.html#register-overview

02