VersionPress\Storages\StorageFactory::getAllSupportedStorages PHP 메소드

getAllSupportedStorages() 공개 메소드

    public function getAllSupportedStorages()
    {
        return $this->dbSchemaInfo->getAllEntityNames();
    }