public function WebformElementInterface::getPluginApiUrl in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getPluginApiUrl()
Get the URL for the element's API documentation.
Return value
\Drupal\Core\Url|null The URL for the element's API documentation.
1 method overrides WebformElementInterface::getPluginApiUrl()
- WebformElementBase::getPluginApiUrl in src/
Plugin/ WebformElementBase.php - Get the URL for the element's API documentation.
File
- src/
Plugin/ WebformElementInterface.php, line 102
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getPluginApiUrl();