BaseConfigInterface
in
Contract for the custom config classes
Tags
Table of Contents
- env() : array<string|int, mixed>|array<string|int, string>
- Return the $env array
- modules() : array<string|int, mixed>|array<string|int, string>
- Return the $modules array
Methods
env()
Return the $env array
public
env() : array<string|int, mixed>|array<string|int, string>
Return values
array<string|int, mixed>|array<string|int, string> —modules()
Return the $modules array
public
modules() : array<string|int, mixed>|array<string|int, string>