Build metadata file path for a given (relative) folder. */
(string $folder)
| 1508 | |
| 1509 | /** Build metadata file path for a given (relative) folder. */ |
| 1510 | private static function getMetadataFilePath(string $folder): string |
| 1511 | { |
| 1512 | return MetadataPath::path(self::metaRoot(), $folder); |
| 1513 | } |
| 1514 | |
| 1515 | /** |
| 1516 | * Creates a folder under the specified parent (or in root) and creates an empty metadata file. |
no test coverage detected