You are here

public function ConfigurablePluginTypeInterface::getPluginConfigurationSchemaId in Plugin 8.2

Gets the ID of the configuration schema for a plugin ID.

Parameters

string $plugin_id: The ID of the plugin for whose configuration to get the schema ID.

Return value

string

1 method overrides ConfigurablePluginTypeInterface::getPluginConfigurationSchemaId()
PluginType::getPluginConfigurationSchemaId in src/PluginType/PluginType.php
Gets the ID of the configuration schema for a plugin ID.

File

src/PluginType/ConfigurablePluginTypeInterface.php, line 18

Class

ConfigurablePluginTypeInterface
Defines a plugin type of which the plugins are configurable.

Namespace

Drupal\plugin\PluginType

Code

public function getPluginConfigurationSchemaId($plugin_id);