ResourceDefinition implements ResourceDefinitionInterface
Read onlyYes
FinalYes
This class is meant to be used for resource definition in Configuration/Resources.php
Table of Contents
Interfaces
Methods
- __construct() : mixed
- getIdentifier() : string
- getRelativePath() : string
- matches() : bool
Methods
__construct()
public
__construct(string $relativePath) : mixed
Parameters
- $relativePath : string
getIdentifier()
public
getIdentifier() : string
Return values
stringgetRelativePath()
public
getRelativePath() : string
Return values
stringmatches()
public
matches(string $relativePath) : bool
Parameters
- $relativePath : string