You are here

protected property SourceManager::$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

src/SourceManager.php, line 21

Class

SourceManager
A plugin manager for source plugins.

Namespace

Drupal\tmgmt

Code

protected $defaults = array(
  'ui' => '\\Drupal\\tmgmt\\SourcePluginUiBase',
);