FrontendInterface.php 334 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Eav\Model\Entity\Attribute\Frontend;
  7. /**
  8. * Entity attribute frontend interface
  9. *
  10. * Frontend is providing the user interface for the attribute
  11. *
  12. * @api
  13. * @since 100.0.2
  14. */
  15. interface FrontendInterface
  16. {
  17. }