Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Container.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Ui\Component;
7 
13 {
14  const NAME = 'container';
15 
21  public function getComponentName()
22  {
23  $type = $this->getData('type');
24  return static::NAME . ($type ? ('.' . $type): '');
25  }
26 }
$type
Definition: item.phtml:13