public function CustomContextualLinkInterface::getLinkType in Custom Contextual Links 8.2
Retrieve the link type of the custom contextual link.
Return value
string The link type of this entity.
1 method overrides CustomContextualLinkInterface::getLinkType()
- CustomContextualLink::getLinkType in src/
Entity/ CustomContextualLink.php - Retrieve the link type of the custom contextual link.
File
- src/
Entity/ CustomContextualLinkInterface.php, line 18
Class
- CustomContextualLinkInterface
- Provides an interface for defining Custom Contextual Link entities.
Namespace
Drupal\ccl\EntityCode
public function getLinkType();