Skip to content
Snippets Groups Projects
Commit 5c9ae777 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4619: coding standards

parent 8d5bc693
No related branches found
No related tags found
1 merge request!111Tag 1.0.1
......@@ -514,7 +514,7 @@ class UWService implements UWServiceInterface {
case 'uw_ct_event':
// Get all the dates.
// TODO: figure out what date to display.
// @todo figure out what date to display.
$dates = $node->field_uw_event_date->getValue();
// Set the header data.
......@@ -523,7 +523,6 @@ class UWService implements UWServiceInterface {
'title' => $node->getTitle(),
];
break;
}
// Return the header data.
......@@ -551,6 +550,7 @@ class UWService implements UWServiceInterface {
],
];
break;
case 'uw_ct_event';
$tags = $this->uwGetTermsFromEntityField($node->get('field_uw_event_tags'), 'tags');
$audiences = $this->uwGetTermsFromEntityField($node->get('field_uw_audience'), 'tags');
......
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