eZ\Publish\Core\Search\Common\FieldNameResolver::getSearchableFieldMap PHP Method

getSearchableFieldMap() protected method

Returns an array in the form: array( "" => array( "" => array( "field_definition_id" => "", "field_type_identifier" => "", ), ... ), ... )
protected getSearchableFieldMap ( ) : array[]
return array[]
    protected function getSearchableFieldMap()
    {
        return $this->contentTypeHandler->getSearchableFieldMap();
    }