From f1f01b73fad554e6eeea5809e5f63d931a542313 Mon Sep 17 00:00:00 2001 From: karthikkumarbodu <karthikkumarbodu@334111.no-reply.drupal.org> Date: Fri, 29 Sep 2017 12:38:30 +0200 Subject: [PATCH] Issue #2912036 by karthikkumarbodu: Remove @todo from \Drupal\facets\FacetInterface::getName --- src/FacetInterface.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FacetInterface.php b/src/FacetInterface.php index a1b33fa7..cb089526 100644 --- a/src/FacetInterface.php +++ b/src/FacetInterface.php @@ -94,7 +94,6 @@ interface FacetInterface extends ConfigEntityInterface { /** * Returns the field name of the facet as used in the index. * - * @TODO: Check if fieldIdentifier can be used as well! * * @return string * The name of the facet. -- GitLab