interface EntityPagerLinkInterface in Entity Pager 8
Same name and namespace in other branches
- 2.0.x src/EntityPagerLinkInterface.php \Drupal\entity_pager\EntityPagerLinkInterface
An interface for a single Entity Pager Link.
Hierarchy
- interface \Drupal\entity_pager\EntityPagerLinkInterface
Expanded class hierarchy of EntityPagerLinkInterface
All classes that implement EntityPagerLinkInterface
File
- src/
EntityPagerLinkInterface.php, line 8
Namespace
Drupal\entity_pagerView source
interface EntityPagerLinkInterface {
/**
* Returns a render array for the link.
*
* @return array
* A render array for the link
*/
public function getLink();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityPagerLinkInterface:: |
public | function | Returns a render array for the link. | 1 |