public function FreelinkingManagerInterface::createErrorElement in Freelinking 4.0.x
Same name and namespace in other branches
- 8.3 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\freelinkingCode
public function createErrorElement($indicator);