read()
read(string $key) : array
Read a configuration file/storage key
This method is used for reading configuration information from sources. These sources can either be static resources like files, or dynamic ones like a database, or other datasource.
Parameters
string | $key | Key to read. |
Returns
array —An array of data to merge into the runtime configuration