diff --git a/src/Entity/VoteResultViewsData.php b/src/Entity/VoteResultViewsData.php new file mode 100644 index 0000000..41ea163 --- /dev/null +++ b/src/Entity/VoteResultViewsData.php @@ -0,0 +1,32 @@ + 'id', + 'title' => $this->t('Vote Result'), + 'help' => $this->t('The Vote Result ID.'), + ); + + return $data; + } + +} diff --git a/src/Entity/VoteViewsData.php b/src/Entity/VoteViewsData.php index a0dfa07..f4038b7 100644 --- a/src/Entity/VoteViewsData.php +++ b/src/Entity/VoteViewsData.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\votingapi\Entity\Vote. + * Contains Drupal\votingapi\Entity\VoteViewsData. */ namespace Drupal\votingapi\Entity;