registration_globlist.php 516 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /**
  7. * Glob patterns relative to the project root directory, used by
  8. * registration.php to generate a list of includes.
  9. */
  10. return [
  11. 'app/code/*/*/cli_commands.php',
  12. 'app/code/*/*/registration.php',
  13. 'app/design/*/*/*/registration.php',
  14. 'app/i18n/*/*/registration.php',
  15. 'lib/internal/*/*/registration.php',
  16. 'lib/internal/*/*/*/registration.php',
  17. 'setup/src/*/*/registration.php'
  18. ];