interface PluginSettingsInterface

Interface definition for plugin with settings.

Hierarchy

Expanded class hierarchy of PluginSettingsInterface

All classes that implement PluginSettingsInterface

3 files declare their use of PluginSettingsInterface

File

drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsInterface.php, line 15
Definition of Drupal\field\Plugin\PluginSettingsInterface.

Namespace

Drupal\field\Plugin
View source

Members

Namesort descending Modifiers Type Description Overrides
PluginInspectionInterface::getDefinition public function Returns the definition of the plugin implementation. 1
PluginInspectionInterface::getPluginId public function Returns the plugin_id of the plugin instance. 1
PluginSettingsInterface::getDefaultSettings public function Returns the default settings for the plugin. 1
PluginSettingsInterface::getSetting public function Returns the value of a setting, or its default value if absent. 1
PluginSettingsInterface::getSettings public function Returns the array of settings, including defaults for missing settings. 1
PluginSettingsInterface::setSetting public function Sets the value of a setting for the plugin. 1
PluginSettingsInterface::setSettings public function Sets the settings for the plugin. 1