Bolt\Storage\Query\SearchWeighter::getContentFields PHP Method

getContentFields() protected method

Helper method to fetch the fields for an individual ContentType.
protected getContentFields ( ) : array | false
return array | false
    protected function getContentFields()
    {
        return $this->config->getConfig($this->contentType);
    }