public function SearchApiServiceInterface::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.
2 methods override SearchApiServiceInterface::postCreate()
- SearchApiAbstractService::postCreate in includes/
service.inc - Implements SearchApiServiceInterface::__construct().
- SearchApiDummyService::postCreate in tests/
search_api_test_2.module - Reacts to the server's creation.
File
- includes/
service.inc, line 114 - Contains SearchApiServiceInterface and SearchApiAbstractService.
Class
- SearchApiServiceInterface
- Interface defining the methods search services have to implement.
Code
public function postCreate();