'GET', 'route' => '/test', 'callable' => 'getFunction', ], [ 'method' => 'POST', 'route' => '/custom', 'callable' => 'postFunction', ], ]; } function hook_test_filter_search_entry(Bookmark $bookmark, array $context): bool { return $context['_result']; }