GroupSourceInterface.php 307 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Customer\Model\Customer\Source;
  7. use Magento\Framework\Data\OptionSourceInterface;
  8. /**
  9. * @api
  10. * @since 101.0.0
  11. */
  12. interface GroupSourceInterface extends OptionSourceInterface
  13. {
  14. }