Bolt\Storage\Query\SearchConfig::getJoins PHP Method

getJoins() public method

Helper method to return the join search columns for a ContentType weighting based on type.
public getJoins ( string $contentType ) : array
$contentType string
return array
    public function getJoins($contentType)
    {
        return $this->joins[$contentType];
    }