12345678910111213141516 |
- <?php
- /**
- *
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- namespace Magento\Eav\Api\Data;
- /**
- * Interface AttributeValidationRuleInterface
- * @api
- * @since 100.0.2
- */
- interface AttributeValidationRuleInterface extends \Magento\Framework\DataObject\KeyValueObjectInterface
- {
- }
|