You are here

public function WebformElementInterface::getPluginApiLink in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getPluginApiLink()

Get link to element's API documentation.

Return value

\Drupal\Core\GeneratedLink|string A link to element's API documentation.

1 method overrides WebformElementInterface::getPluginApiLink()
WebformElementBase::getPluginApiLink in src/Plugin/WebformElementBase.php
Get link to element's API documentation.

File

src/Plugin/WebformElementInterface.php, line 110

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getPluginApiLink();