Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\Structure\Element\Field::showInContainer PHP Method

showInContainer() public method

Check whether field should be shown in website scope
public showInContainer ( ) : boolean
return boolean
    public function showInContainer()
    {
        return isset($this->_data['showInContainer']) && (int) $this->_data['showInContainer'];
    }