You are here

Classes, traits, and interfaces in Auto Index 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AutoIndexNodeSearch class Drupal\auto_index\Plugin\Search src/Plugin/Search/AutoIndexNodeSearch.php The method we wish to call on the original object IndexNodeSearch has a protected visibility applied, and therefore we are left with 2 options. Copy and paste the current functionality into this module or extend the existing class. We are extending…

Other projects