public function CustomContextualLinkInterface::getLinkOption in Custom Contextual Links 8.2
Retrieve the link type specific options.
Parameters
string $option: The option key to retrieve.
Return value
mixed The value of the requested option.
1 method overrides CustomContextualLinkInterface::getLinkOption()
- CustomContextualLink::getLinkOption in src/
Entity/ CustomContextualLink.php - Retrieve the link type specific options.
File
- src/
Entity/ CustomContextualLinkInterface.php, line 40
Class
- CustomContextualLinkInterface
- Provides an interface for defining Custom Contextual Link entities.
Namespace
Drupal\ccl\EntityCode
public function getLinkOption($option);