Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Action.php
Go to the documentation of this file.
1 <?php
7 
10 
14 class Action extends AbstractComponent implements ControlInterface
15 {
16  const NAME = 'action';
17 
23  public function getComponentName()
24  {
25  return static::NAME;
26  }
27 }