protected property FormatManager::$defaults in Translation Management Tool 8
A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes.
Type: array
Overrides DefaultPluginManager::$defaults
File
- translators/
tmgmt_file/ src/ Format/ FormatManager.php, line 21
Class
- FormatManager
- A plugin manager for file format plugins.
Namespace
Drupal\tmgmt_file\FormatCode
protected $defaults = array(
'ui' => '\\Drupal\\tmgmt\\SourcePluginUiBase',
);