public function PluginSettingsBase::getThirdPartyProviders in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Field/PluginSettingsBase.php \Drupal\Core\Field\PluginSettingsBase::getThirdPartyProviders()
Gets the list of third parties that store information.
Return value
array The list of third parties.
Overrides ThirdPartySettingsInterface::getThirdPartyProviders
File
- core/
lib/ Drupal/ Core/ Field/ PluginSettingsBase.php, line 138 - Contains \Drupal\Core\Field\PluginSettingsBase.
Class
- PluginSettingsBase
- Base class for the Field API plugins.
Namespace
Drupal\Core\FieldCode
public function getThirdPartyProviders() {
return array_keys($this->thirdPartySettings);
}