ContentData::newQuery PHP Method

newQuery() public method

public newQuery ( $excludeDeleted = true )
    public function newQuery($excludeDeleted = true)
    {
        return parent::newQuery($excludeDeleted)->whereRelType('content');
    }
ContentData