public function SearchApiDummyService::__construct in Search API 7
Constructs a service object.
This will set the server configuration used with this service.
Parameters
SearchApiServer $server: The server object for this service.
Overrides SearchApiServiceInterface::__construct
File
- tests/
search_api_test_2.module, line 44 - Provides a second test service and server for testing Search API.
Class
- SearchApiDummyService
- Dummy service for testing.
Code
public function __construct(\SearchApiServer $server) {
}