You are here

public function SearchApiDataSourceControllerInterface::__construct in Search API 7

Constructs an SearchApiDataSourceControllerInterface object.

Parameters

string $type: The item type for which this controller is created.

1 method overrides SearchApiDataSourceControllerInterface::__construct()
SearchApiAbstractDataSourceController::__construct in includes/datasource.inc
Constructs an SearchApiDataSourceControllerInterface object.

File

includes/datasource.inc, line 30
Contains the SearchApiDataSourceControllerInterface as well as a default base class.

Class

SearchApiDataSourceControllerInterface
Interface for all data source controllers for Search API indexes.

Code

public function __construct($type);