Sulu\Component\SmartContent\DataProviderPoolInterface::exists PHP Method

exists() public method

Returns TRUE if DataProvider exists otherwise FALSE.
public exists ( string $alias ) : boolean
$alias string identify the DataProvider
return boolean
    public function exists($alias);
DataProviderPoolInterface