You are here

protected property PluginType::$configurationSchemaId in Plugin 8.2

The ID of the configuration schema of plugins of this type.

A configuration schema ID. It may contain the tokens "[plugin_type_id| and "[plugin_id]", which will be replaced by the plugin type ID and plugin ID respectively.

Type: string

See also

self::getPluginConfigurationSchemaId()

File

src/PluginType/PluginType.php, line 30

Class

PluginType
Provides a plugin type.

Namespace

Drupal\plugin\PluginType

Code

protected $configurationSchemaId = 'plugin.plugin_configuration.[plugin_type_id].[plugin_id]';