Comment out unused theme function suggestion

This commit is contained in:
benjamin melançon 2019-09-29 10:21:38 -04:00
parent c58fa4b7a8
commit 4ddfa5fc7c

View file

@ -33,7 +33,7 @@ function geo_citation_node_view(array &$build, \Drupal\Core\Entity\EntityInterfa
if ($display->getComponent('geo_citation')) { if ($display->getComponent('geo_citation')) {
$build['geo_citation'] = [ $build['geo_citation'] = [
'#markup' => geo_citation_pseudo_field($entity), '#markup' => geo_citation_pseudo_field($entity),
'#theme' => 'geo_citation_field', // '#theme' => 'geo_citation_field',
]; ];
} }