|
|
@ -32,10 +32,10 @@ class BatEventValidation extends RulesActionBase { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Validates a Bat Event. |
|
|
|
* Validates a Bat Event. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param \Drupal\Core\Entity\EntityInterface $event |
|
|
|
* @param \Drupal\bat_event\Entity\Event $event |
|
|
|
* The entity to be validated. |
|
|
|
* The entity to be validated. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
protected function doExecute(EntityInterface $event) { |
|
|
|
protected function doExecute(\Drupal\bat_event\Entity\Event $event) { |
|
|
|
$user = \Drupal\user\Entity\User::load(\Drupal::currentUser()->id()); |
|
|
|
$user = \Drupal\user\Entity\User::load(\Drupal::currentUser()->id()); |
|
|
|
$event_type = bat_event_type_load($event->bundle()); |
|
|
|
$event_type = bat_event_type_load($event->bundle()); |
|
|
|
// we only want to limit hourly reservations |
|
|
|
// we only want to limit hourly reservations |
|
|
|