Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Info.php
Go to the documentation of this file.
1 <?php
7 
10 
14 class Info extends ConfigurableInfo
15 {
22  protected function getLabel($field)
23  {
24  return __($field);
25  }
26 }
__()
Definition: __.php:13