Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AggregatedFileCollectorFactory.php
Go to the documentation of this file.
1 <?php
7 
9 
14 {
15  const INSTANCE_NAME =
16  \Magento\Framework\View\Element\UiComponent\Config\FileCollector\AggregatedFileCollector::class;
17 
21  protected $objectManager;
22 
29  {
30  $this->objectManager = $objectManager;
31  }
32 
39  public function create(array $arguments = [])
40  {
41  return $this->objectManager->create(static::INSTANCE_NAME, $arguments);
42  }
43 }
$arguments