public function EmbedTypeInterface::setConfigurationValue in Embed 8
Sets a configuration value.
Parameters
string $name: The name of the plugin configuration value.
mixed $value: The value to set.
1 method overrides EmbedTypeInterface::setConfigurationValue()
- EmbedTypeBase::setConfigurationValue in src/
EmbedType/ EmbedTypeBase.php - Sets a configuration value.
File
- src/
EmbedType/ EmbedTypeInterface.php, line 39
Class
- EmbedTypeInterface
- Provides an interface for an embed type and its metadata.
Namespace
Drupal\embed\EmbedTypeCode
public function setConfigurationValue($name, $value);