| Current Path : /home/rtorresani/www/vendor/magento/framework/EntityManager/Operation/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/EntityManager/Operation/ExtensionInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\EntityManager\Operation;
/**
* Interface ExtensionInterface
*/
interface ExtensionInterface
{
/**
* Perform action on relation/extension attribute
*
* @param object $entity
* @param array $arguments
* @return object|bool
*/
public function execute($entity, $arguments = []);
}