Property | Type | Description | |
---|---|---|---|
$validExtensions | array | Valid file extensions for this loader |
Method | Description | |
---|---|---|
load ( string $resource, string | null $type = null ) : array | Load a Yaml string/file | |
supports ( string $resource, string $type = null ) : boolean | Return whether or not the resource passed in is supported by this loader !\ This does not validate Yaml content. The parser will raise an exception in that case |
public static array $validExtensions | ||
return | array |