Pantheon\Terminus\Models\Solr::enable PHP Method

enable() public method

Enables Solr indexing
public enable ( )
    public function enable()
    {
        $this->setStatus(true);
    }