The form element "Cron batch size" located at admin/config/search/search_api/index/default_node_index/edit has a validation callback _element_validate_integer. This function doesn't exist in Backdrop. Its D7 version was deprecated.
Instead, this form element should use `#type' => 'number' which can automatically validates for integer. See this record change.
The form element "Cron batch size" located at
admin/config/search/search_api/index/default_node_index/edit
has a validation callback_element_validate_integer
. This function doesn't exist in Backdrop. Its D7 version was deprecated.Instead, this form element should use
`#type' => 'number'
which can automatically validates for integer. See this record change.