You are here

interface EntityPagerLinkInterface in Entity Pager 8

Same name and namespace in other branches
  1. 2.0.x src/EntityPagerLinkInterface.php \Drupal\entity_pager\EntityPagerLinkInterface

An interface for a single Entity Pager Link.

Hierarchy

Expanded class hierarchy of EntityPagerLinkInterface

All classes that implement EntityPagerLinkInterface

File

src/EntityPagerLinkInterface.php, line 8

Namespace

Drupal\entity_pager
View source
interface EntityPagerLinkInterface {

  /**
   * Returns a render array for the link.
   *
   * @return array
   *   A render array for the link
   */
  public function getLink();

}

Members

Namesort descending Modifiers Type Description Overrides
EntityPagerLinkInterface::getLink public function Returns a render array for the link. 1