You are here

public function ActivityTypePluginInterface::display in CRM Core 8.2

Same name and namespace in other branches
  1. 8.3 modules/crm_core_activity/src/ActivityTypePluginInterface.php \Drupal\crm_core_activity\ActivityTypePluginInterface::display()
  2. 8 modules/crm_core_activity/src/ActivityTypePluginInterface.php \Drupal\crm_core_activity\ActivityTypePluginInterface::display()

Returns visual representation of the activity in form of a render array.

Parameters

\Drupal\crm_core_activity\ActivityInterface $entity: The activity entity to build the label for.

Return value

array Visual representation of the activity in form of a render array.

1 method overrides ActivityTypePluginInterface::display()
ActivityTypePluginBase::display in modules/crm_core_activity/src/ActivityTypePluginBase.php
Returns visual representation of the activity in form of a render array.

File

modules/crm_core_activity/src/ActivityTypePluginInterface.php, line 32

Class

ActivityTypePluginInterface
Defines the interface for activity type plugins.

Namespace

Drupal\crm_core_activity

Code

public function display(ActivityInterface $entity);