phpBB API Documentation
Interface

phpbb\routing\resources_locator\resources_locator_interface

interface resources_locator_interface

Methods

mixed[] locate_resources()

Locates a list of resources used to load the routes

Details

at line 26
public mixed[] locate_resources()

Locates a list of resources used to load the routes

Each entry of the list can be either the resource or an array composed of 2 elements: the resource and its type.

Return Value

mixed[] List of resources