Collection.php 365 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Theme\Model\Theme;
  7. /**
  8. * Theme filesystem collection
  9. *
  10. * @deprecated 100.2.0 There is no need for the class provided themes list to be in Theme module
  11. */
  12. class Collection extends \Magento\Framework\View\Design\Theme\ThemeList
  13. {
  14. //
  15. }