Skip to content
Snippets Groups Projects
Commit 01e11fa4 authored by catch's avatar catch
Browse files

Issue #3066539 by shubham.prakash, Ujin, jhodgdon: Docs for search_index_clear...

Issue #3066539 by shubham.prakash, Ujin, jhodgdon: Docs for search_index_clear $sid parameter are incorrect
parent 5c2e0fe6
No related branches found
No related tags found
No related merge requests found
......@@ -133,9 +133,10 @@ function search_preprocess_block(&$variables) {
* (optional) The plugin ID or other machine-readable type for the items to
* remove from the search index. If omitted, $sid and $langcode are ignored
* and the entire search index is cleared.
* @param string|null $sid
* (optional) The ID of the items to remove from the search index. If
* omitted, all items matching $type are cleared, and $langcode is ignored.
* @param int|array|null $sid
* (optional) The ID or array of IDs of the items to remove from the search
* index. If omitted, all items matching $type are cleared, and $langcode
* is ignored.
* @param string|null $langcode
* (optional) Language code of the item to remove from the search index. If
* omitted, all items matching $sid and $type are cleared.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment