VersionPress\Storages\StorageFactory::getAllSupportedStorages PHP Method

getAllSupportedStorages() public method

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