Skip to content
Snippets Groups Projects
Commit 3d053a39 authored by Owen Bush's avatar Owen Bush
Browse files

Add back RegistrantViewsData file

parent 273e17aa
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\recurring_events_registration\Entity;
use Drupal\views\EntityViewsData;
/**
* Provides Views data for Registrant entities.
*/
class RegistrantViewsData extends EntityViewsData {
/**
* {@inheritdoc}
*/
public function getViewsData() {
$data = parent::getViewsData();
// Additional information for Views integration, such as table joins, can be
// put here.
return $data;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment