public function ContentLoader::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.
Overrides ContentLoaderInterface::getContentPath
File
- src/
ContentLoader/ ContentLoader.php, line 223
Class
- ContentLoader
- ContentLoader class for parsing and importing YAML content.
Namespace
Drupal\yaml_content\ContentLoaderCode
public function getContentPath() {
return $this->path;
}