public function PreviewLinkInterface::getUrl in Preview Link 8
Same name and namespace in other branches
- 2.x src/Entity/PreviewLinkInterface.php \Drupal\preview_link\Entity\PreviewLinkInterface::getUrl()
- 2.0.x src/Entity/PreviewLinkInterface.php \Drupal\preview_link\Entity\PreviewLinkInterface::getUrl()
The URL for this preview link.
Return value
\Drupal\Core\Url The url object.
1 method overrides PreviewLinkInterface::getUrl()
- PreviewLink::getUrl in src/
Entity/ PreviewLink.php - The URL for this preview link.
File
- src/
Entity/ PreviewLinkInterface.php, line 18
Class
- PreviewLinkInterface
- Interface for the preview link entity.
Namespace
Drupal\preview_link\EntityCode
public function getUrl();