An exception for terminatinating execution or to throw for unit testing.
Parses information from UI components.
parseEntriesFromString($content)
Returns a list UI Component Entries of the parsed YAML entries in a given string.
parseEntriesFromFile($filePath)
Returns a Entry\ComponentEntries of the parsed YAML entries in a given file.
parseArrayFromString($content)
Returns an array of arrays of the parsed YAML entries in a given string.
parseArrayFromFile($filePath)
Returns an array of arrays of the parsed YAML entries in a given file.
parseYamlStringArrayFromFile($filePath)
Returns an array of all YAML entries as string of the components in the factories in a given file.
parseYamlStringArrayFromString($content)
Returns an array of all YAML entries as string of the components in the factories in a given string.