You are here

namespace Drupal\auto_index\Plugin\Search in Auto Index 8

Classsort descending Location Description
AutoIndexNodeSearch 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…