You are here

protected property CalendarEvent::$entity in Calendar 8

Same name and namespace in other branches
  1. 8.2 src/CalendarEvent.php \Drupal\calendar\CalendarEvent::entity

The content entity interface object.

Type: \Drupal\Core\Entity\ContentEntityInterface

File

src/CalendarEvent.php, line 81

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

protected $entity;