You are here

public function ConfigurableTargetInterface::getSummary in Feeds 8.3

Returns the summary for a target.

Returning the summary as array is encouraged. The allowance of returning a string only exists for backwards compatibility.

Return value

string|string[] The configuration summary.

1 method overrides ConfigurableTargetInterface::getSummary()
FieldTargetBase::getSummary in src/Plugin/Type/Target/FieldTargetBase.php
Returns the summary for a target.

File

src/Plugin/Type/Target/ConfigurableTargetInterface.php, line 22

Class

ConfigurableTargetInterface
Interface for configurable target plugins.

Namespace

Drupal\feeds\Plugin\Type\Target

Code

public function getSummary();