Sulu\Component\SmartContent\DataProviderPoolInterface::exists PHP 메소드

exists() 공개 메소드

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