public function LinkItemInterface::isExternal in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/link/src/LinkItemInterface.php \Drupal\link\LinkItemInterface::isExternal()
Determines if a link is external.
Return value
bool TRUE if the link is external, FALSE otherwise.
1 method overrides LinkItemInterface::isExternal()
- LinkItem::isExternal in core/
modules/ link/ src/ Plugin/ Field/ FieldType/ LinkItem.php - Determines if a link is external.
File
- core/
modules/ link/ src/ LinkItemInterface.php, line 38 - Contains \Drupal\link\LinkItemInterface.
Class
- LinkItemInterface
- Defines an interface for the link field item.
Namespace
Drupal\linkCode
public function isExternal();