params; $extension = $displayData->get('category')->extension; $canEdit = $params->get('access-edit'); $className = substr($extension, 4); // This will work for the core components but not necessarily for other components // that may have different pluralisation rules. if (substr($className, -1) == 's') { $className = rtrim($className, 's'); } $tagsData = $displayData->get('category')->tags->itemTags; ?>