namespace Drupal\auto_index\Plugin\Search in Auto Index 8
Class | Location | Description |
---|---|---|
AutoIndexNodeSearch |
src/ |
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… |