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