UserFrosting API

MigrationLocatorInterface

MigrationLocatorInterface.

All MigrationLocator handlers must implement this interface.

Tags
author

Louis Charette

Table of Contents

getMigrations() Loop all the available sprinkles and return a list of their migrations. array

Methods

getMigrations()

Loop all the available sprinkles and return a list of their migrations.

public getMigrations( ) : array
Return values
array

A list of all the migration files found for every sprinkle

Search results