Contao\Folder::shouldBeSynchronized PHP Method

shouldBeSynchronized() public method

Check if the folder should be synchronized with the database
Deprecation: Use Dbafs::shouldBeSynchronized() instead
public shouldBeSynchronized ( ) : boolean
return boolean True if the folder needs to be synchronized with the database
    public function shouldBeSynchronized()
    {
        return \Dbafs::shouldBeSynchronized($this->strFolder);
    }