Method | Description | |
---|---|---|
down ( Doctrine\DBAL\Schema\Schema $schema ) : void | ||
up ( Doctrine\DBAL\Schema\Schema $schema ) : void |
Method | Description | |
---|---|---|
getRoleIdentifierMap ( array $map ) : array | Returns the given array indexed by "old" role identifiers with the "new" identifiers added as values to their matching index. | |
loadRolesFromPolicyFiles ( ) : array | Reads all Policy.yaml files below Packages, extracts the roles and prepends them with the package key "guessed" from the path. | |
migrateAccountRolesDown ( ) : void | Generate SQL statements to migrate accounts down to embedded roles. | |
migrateAccountRolesUp ( ) : void | Generate SQL statements to migrate accounts up to referenced roles. |
protected getRoleIdentifierMap ( array $map ) : array | ||
$map | array | |
return | array |
protected loadRolesFromPolicyFiles ( ) : array | ||
return | array |
protected migrateAccountRolesDown ( ) : void | ||
return | void |
protected migrateAccountRolesUp ( ) : void | ||
return | void |