AttributeValidationRuleInterface.php 330 B

12345678910111213141516
  1. <?php
  2. /**
  3. *
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. namespace Magento\Eav\Api\Data;
  8. /**
  9. * Interface AttributeValidationRuleInterface
  10. * @api
  11. * @since 100.0.2
  12. */
  13. interface AttributeValidationRuleInterface extends \Magento\Framework\DataObject\KeyValueObjectInterface
  14. {
  15. }