Since our two plugin types (indirectly) inherit from \Drupal\search_api\Plugin\HideablePluginBase and \Drupal\search_api\Plugin\HideablePluginInterface, they define an isHidden() method which is (by default) based on the no_ui key of the plugin definition.
However, I think we don’t actually call that method in our UI code, at the very least there is no test coverage for it. We should change that, especially since #3539576: Add attribute discovery support for the search and suggester plugin types will explicitly document the existence of this property.
Issue fork search_api_autocomplete-3541725
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
drunken monkeyComment #4
drunken monkeyComment #6
drunken monkeyMerged.