public function SearchApiDummyService::postCreate in Search API 7
Reacts to the server's creation.
Called once, when the server is first created. Allows it to set up its necessary infrastructure.
Overrides SearchApiServiceInterface::postCreate
File
- tests/
search_api_test_2.module, line 80 - Provides a second test service and server for testing Search API.
Class
- SearchApiDummyService
- Dummy service for testing.
Code
public function postCreate() {
}