installedModules property

List<DatabaseMigrationVersion> installedModules
getter/setter pair

Modules installed in the database, together with their version. Only set if known.

Implementation

List<_i3.DatabaseMigrationVersion> installedModules;