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

Removed references to omega_events

parent 8b50d8c6
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ use Drupal\Core\Form\FormStateInterface; ...@@ -7,7 +7,7 @@ use Drupal\Core\Form\FormStateInterface;
/** /**
* Form controller for the eventinstance entity clone form. * Form controller for the eventinstance entity clone form.
* *
* @ingroup omega_events * @ingroup recurring_events
*/ */
class EventInstanceCloneForm extends EventInstanceForm { class EventInstanceCloneForm extends EventInstanceForm {
......
...@@ -144,7 +144,7 @@ class EventInstanceDeleteForm extends ContentEntityDeleteForm { ...@@ -144,7 +144,7 @@ class EventInstanceDeleteForm extends ContentEntityDeleteForm {
$entity->delete(); $entity->delete();
$start_date = $entity->date->start_date; $start_date = $entity->date->start_date;
\Drupal::logger('omega_events')->notice('@type: deleted event instance of %title scheduled to begin on %date.', \Drupal::logger('recurring_events')->notice('@type: deleted event instance of %title scheduled to begin on %date.',
[ [
'@type' => $this->entity->bundle(), '@type' => $this->entity->bundle(),
'%title' => $this->entity->getEventSeries()->title->value, '%title' => $this->entity->getEventSeries()->title->value,
......
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