Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/generated/code/Magento/Eav/Api/Data/
Upload File :
Current File : //home/rtorresani/www/generated/code/Magento/Eav/Api/Data/AttributeExtensionInterface.php

<?php
namespace Magento\Eav\Api\Data;

/**
 * ExtensionInterface class for @see \Magento\Eav\Api\Data\AttributeInterface
 */
interface AttributeExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
    /**
     * @return boolean|null
     */
    public function getIsPagebuilderEnabled();

    /**
     * @param boolean $isPagebuilderEnabled
     * @return $this
     */
    public function setIsPagebuilderEnabled($isPagebuilderEnabled);
}