public function EmbedButton::getTypeSettings in Embed 8
Gets all embed type settings.
Return value
array An array of key-value pairs.
Overrides EmbedButtonInterface::getTypeSettings
1 call to EmbedButton::getTypeSettings()
- EmbedButton::getTypePlugin in src/
Entity/ EmbedButton.php - Returns the plugin of the associated embed type.
File
- src/
Entity/ EmbedButton.php, line 179
Class
- EmbedButton
- Defines the EmbedButton entity.
Namespace
Drupal\embed\EntityCode
public function getTypeSettings() {
return $this->type_settings;
}