Method | Description | |
---|---|---|
__construct ( Symfony\Component\Config\Loader\LoaderInterface $loader, array $typePaths, array $defaultTypes, mixed $cachePath, mixed $debug = false ) | ||
getStructureMetadata ( $type, $structureType = null ) | ||
getStructures ( $type ) | ||
hasStructuresFor ( $type ) |
Method | Description | |
---|---|---|
assertExists ( string $type ) | Assert type exists. | |
getDefaultStructureType ( string $type ) : string | null | Return the default structure type for the the given document type. | |
getPaths ( string $type ) : array | Get the paths from the type path configuration. | |
getStructureNames ( string $type ) : string[] | Return the structure names for the given type (not necessarily valid). |