You are here

public function ExtraFieldPlusDisplayInterface::getSetting in Extra Field Settings Provider 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/ExtraFieldPlusDisplayInterface.php \Drupal\extra_field_plus\Plugin\ExtraFieldPlusDisplayInterface::getSetting()

Returns field setting.

Parameters

string $name: Setting name.

Return value

mixed|null The field setting or NULL if does not exist.

1 method overrides ExtraFieldPlusDisplayInterface::getSetting()
ExtraFieldPlusDisplayBase::getSetting in src/Plugin/ExtraFieldPlusDisplayBase.php
Returns field setting.

File

src/Plugin/ExtraFieldPlusDisplayInterface.php, line 29

Class

ExtraFieldPlusDisplayInterface
Defines an interface for Extra Field Plus Display plugins.

Namespace

Drupal\extra_field_plus\Plugin

Code

public function getSetting($name);