Issue #3104318 by larowlan, cameronprince, gambry, Lendude: Create tests and a...
Open
requested to merge issue/taxonomy_entity_index-3504104:3504104-support-for-excluding-field-names into 8.x-1.x
Compare changes
@@ -9,6 +9,7 @@ use Drupal\Core\Database\Query\Condition;
@@ -9,6 +9,7 @@ use Drupal\Core\Database\Query\Condition;
@@ -57,6 +58,28 @@ abstract class TaxonomyEntityIndexDepth extends IndexTidDepth {
@@ -57,6 +58,28 @@ abstract class TaxonomyEntityIndexDepth extends IndexTidDepth {
'#description' => $this->t("Enter field names, separated by commas, that should be excluded from results. If content references taxonomy by the provided field name(s) they will be filtered out of the results. This is useful to ignore certain fields, particularly if content references the same Vocabulary using more than one field."),
@@ -106,6 +129,16 @@ abstract class TaxonomyEntityIndexDepth extends IndexTidDepth {
@@ -106,6 +129,16 @@ abstract class TaxonomyEntityIndexDepth extends IndexTidDepth {