You are here

public function ImportProcessorInterface::getDescription in Entity Share 8.3

Returns the plugin's description.

Return value

string A string describing the plugin. Might contain HTML and should be already sanitized for output.

1 method overrides ImportProcessorInterface::getDescription()
ImportProcessorPluginBase::getDescription in modules/entity_share_client/src/ImportProcessor/ImportProcessorPluginBase.php
Returns the plugin's description.

File

modules/entity_share_client/src/ImportProcessor/ImportProcessorInterface.php, line 66

Class

ImportProcessorInterface
An interface for Import processor plugins.

Namespace

Drupal\entity_share_client\ImportProcessor

Code

public function getDescription();