abstract protected function TaxonomyEntityIndexDepth::convertIdsToEntityIds in Taxonomy Entity Index 8
Converts the provided IDs to taxonomy term entity IDs.
Parameters
mixed $ids: Either the list of provided IDs or a single item.
Return value
array The list of taxonomy term entity IDs.
1 call to TaxonomyEntityIndexDepth::convertIdsToEntityIds()
- TaxonomyEntityIndexDepth::query in src/
Plugin/ views/ argument/ TaxonomyEntityIndexDepth.php - Set up the query for this argument.
2 methods override TaxonomyEntityIndexDepth::convertIdsToEntityIds()
- TaxonomyEntityIndexTidDepth::convertIdsToEntityIds in src/
Plugin/ views/ argument/ TaxonomyEntityIndexTidDepth.php - Converts the provided IDs to taxonomy term entity IDs.
- TaxonomyEntityIndexUuidDepth::convertIdsToEntityIds in src/
Plugin/ views/ argument/ TaxonomyEntityIndexUuidDepth.php - Converts the provided IDs to taxonomy term entity IDs.
File
- src/
Plugin/ views/ argument/ TaxonomyEntityIndexDepth.php, line 154
Class
- TaxonomyEntityIndexDepth
- Abstract argument handler for entity taxonomy terms with depth.
Namespace
Drupal\taxonomy_entity_index\Plugin\views\argumentCode
protected abstract function convertIdsToEntityIds($ids);