Data/Components/ResourcePathInterface.php

File Path Interface

This implements a basic path data structure. Each path has an identifier that is unique to that path, a path, and a set of file extensions that are searched through for that path. The first matching extension returns path of the file

Interfaces

PathInterface Path Interface - Defines A Path Structure