Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PluginSettingsBase.php

function PluginSettingsBase::getThirdPartySettings

Overrides ThirdPartySettingsInterface::getThirdPartySettings

1 call to PluginSettingsBase::getThirdPartySettings()
FormatterBase::view in core/lib/Drupal/Core/Field/FormatterBase.php
Builds a renderable array for a fully themed field.

File

core/lib/Drupal/Core/Field/PluginSettingsBase.php, line 95

Class

PluginSettingsBase
Base class for the Field API plugins.

Namespace

Drupal\Core\Field

Code

public function getThirdPartySettings($module = NULL) {
    if ($module) {
        return $this->thirdPartySettings[$module] ?? [];
    }
    return $this->thirdPartySettings;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal