Your IP : 216.73.217.100


Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-catalog/Api/
Upload File :
Current File : //var/www/www.indacotrentino.com/www/vendor/magento/module-catalog/Api/CategoryListInterface.php

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

/**
 * @api
 * @since 102.0.0
 */
interface CategoryListInterface
{
    /**
     * Get category list
     *
     * @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
     * @return \Magento\Catalog\Api\Data\CategorySearchResultsInterface
     * @since 102.0.0
     */
    public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
}