ResourceDefinitionInterface
This interface is only meant to be used in TYPO3\CMS\Core\Package\Resource\Definition namespace
Table of Contents
Methods
- getIdentifier() : string
- getRelativePath() : string
- matches() : bool
Methods
getIdentifier()
public
getIdentifier() : string
Return values
stringgetRelativePath()
public
getRelativePath() : string
Return values
stringmatches()
public
matches(string $relativePath) : bool
Parameters
- $relativePath : string