CollectionFactory.php 319 Bytes
<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\Mview\View;

class CollectionFactory extends AbstractFactory
{
    /**
     * Instance name
     */
    const INSTANCE_NAME = \Magento\Framework\Mview\View\CollectionInterface::class;
}