Your IP : 216.73.217.13


Current Path : /home/rtorresani/www/vendor/magento/module-ui/DataProvider/Mapper/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-ui/DataProvider/Mapper/MapperInterface.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Ui\DataProvider\Mapper;

/**
 * Interface MapperInterface
 *
 * @api
 */
interface MapperInterface
{
    /**
     * Retrieve mapped values
     *
     * @return array
     */
    public function getMappings();
}