eZ\Publish\Core\Search\Common\FieldRegistry::registerType PHP Method

registerType() public method

Register another indexable type.
public registerType ( string $name, eZ\Publish\SPI\FieldType\Indexable $type )
$name string
$type eZ\Publish\SPI\FieldType\Indexable
    public function registerType($name, Indexable $type)
    {
        $this->types[$name] = $type;
    }