You are here

public function FreelinkingManagerInterface::createErrorElement in Freelinking 8.3

Same name and namespace in other branches
  1. 4.0.x src/FreelinkingManagerInterface.php \Drupal\freelinking\FreelinkingManagerInterface::createErrorElement()

Create the error element when plugin not found.

Parameters

string $indicator: The name of the failed indicator.

Return value

array The render array to render the error element.

1 method overrides FreelinkingManagerInterface::createErrorElement()
FreelinkingManager::createErrorElement in src/FreelinkingManager.php
Create the error element when plugin not found.

File

src/FreelinkingManagerInterface.php, line 82

Class

FreelinkingManagerInterface
Freelinking plugin manager interface.

Namespace

Drupal\freelinking

Code

public function createErrorElement($indicator);