You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function simple_search_form_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
// Main module help for the simple_search_form module.
case 'help.page.simple_search_form':
$output = '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('Module implements simple search form with input and submit button. It allows redirect user to a page with a GET parameter. Like: @example', ['@example' => '/some-site-page?myparam=sometext']);
$output .= '<br>' . t('Use case: The parameter matches search API fulltext search or view exposed search filter.') . '</p>';