public function ContentLoaderInterface::getContentPath in YAML Content 8
Get a path prefix for all content files to be loaded from.
Return value
string The path for where all content files will be loaded from.
1 method overrides ContentLoaderInterface::getContentPath()
- ContentLoader::getContentPath in src/
ContentLoader/ ContentLoader.php - Get a path prefix for all content files to be loaded from.
File
- src/
ContentLoader/ ContentLoaderInterface.php, line 26
Class
- ContentLoaderInterface
- Interface for loading and parsing content from YAML files.
Namespace
Drupal\yaml_content\ContentLoaderCode
public function getContentPath();