You are here

function cshs_views_plugins_filter_alter in Client-side Hierarchical Select 8.3

Same name and namespace in other branches
  1. 8 cshs.views.inc \cshs_views_plugins_filter_alter()
  2. 8.2 cshs.views.inc \cshs_views_plugins_filter_alter()

Implements hook_views_plugins_filter_alter().

@internal

File

./cshs.views.inc, line 16
Views integration.

Code

function cshs_views_plugins_filter_alter(array &$plugins) : void {
  $plugins[CshsTaxonomyIndexTid::ID]['class'] = CshsTaxonomyIndexTid::class;
  $plugins[CshsTaxonomyIndexTidDepth::ID]['class'] = CshsTaxonomyIndexTidDepth::class;
}