You are here

public property EntityPagerLink::$entity in Entity Pager 8

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

The entity that this link is for.

Type: \Drupal\Core\Entity\EntityInterface|null

File

src/EntityPagerLink.php, line 21

Class

EntityPagerLink
A class representing a single Entity Pager link.

Namespace

Drupal\entity_pager

Code

public $entity;