You are here

public function CustomContextualLinkInterface::getAdvancedOption in Custom Contextual Links 8.2

Retrieve the advanced options for the link like query, classes, target.

Parameters

string $option: The option key to retrieve.

Return value

mixed The value of the requested option.

1 method overrides CustomContextualLinkInterface::getAdvancedOption()
CustomContextualLink::getAdvancedOption in src/Entity/CustomContextualLink.php
Retrieve the advanced options for the link like query, classes, target.

File

src/Entity/CustomContextualLinkInterface.php, line 29

Class

CustomContextualLinkInterface
Provides an interface for defining Custom Contextual Link entities.

Namespace

Drupal\ccl\Entity

Code

public function getAdvancedOption($option);