You are here

public function YamlFormElementInterface::getPluginApiUrl in YAML Form 8

Get the URL for the element's API documentation.

Return value

\Drupal\Core\Url|null The the URL for the element's API documentation.

1 method overrides YamlFormElementInterface::getPluginApiUrl()
YamlFormElementBase::getPluginApiUrl in src/YamlFormElementBase.php
Get the URL for the element's API documentation.

File

src/YamlFormElementInterface.php, line 28

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function getPluginApiUrl();