19 declare(strict_types=1);
parseArrayFromFile(string $filePath)
Returns an array of arrays of the parsed YAML entries in a given file.
parseEntriesFromFile(string $filePath)
Returns an Entry of the parsed YAML entries in a given file.
parseYamlStringArrayFromString(string $content)
Returns an array of all YAML entries as string of the components in the factories in a given string...
parseYamlStringArrayFromFile(string $filePath)
Returns an array of all YAML entries as string of the components in the factories in a given file...
parseEntriesFromString(string $content)
Returns a list UI Component Entries of the parsed YAML entries in a given string. ...
parseArrayFromString(string $content)
Returns an array of arrays of the parsed YAML entries in a given string.
Parses information from UI components.