function PluginSettingsBase::getThirdPartyProviders
Same name in other branches
- 9 core/lib/Drupal/Core/Field/PluginSettingsBase.php \Drupal\Core\Field\PluginSettingsBase::getThirdPartyProviders()
- 8.9.x core/lib/Drupal/Core/Field/PluginSettingsBase.php \Drupal\Core\Field\PluginSettingsBase::getThirdPartyProviders()
- 11.x core/lib/Drupal/Core/Field/PluginSettingsBase.php \Drupal\Core\Field\PluginSettingsBase::getThirdPartyProviders()
Overrides ThirdPartySettingsInterface::getThirdPartyProviders
File
-
core/
lib/ Drupal/ Core/ Field/ PluginSettingsBase.php, line 133
Class
- PluginSettingsBase
- Base class for the Field API plugins.
Namespace
Drupal\Core\FieldCode
public function getThirdPartyProviders() {
return array_keys($this->thirdPartySettings);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.