public function DemoContentParserInterface::getPath in Open Social 10.3.x
Same name and namespace in other branches
- 8.9 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 8 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 8.2 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 8.3 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 8.4 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 8.5 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 8.6 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 8.7 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 8.8 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 10.0.x modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 10.1.x modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
- 10.2.x modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
Returns the path for the given file.
Parameters
string $file: The filename.
string $module: The module where the Yaml file is placed.
string $profile: The profile used.
Return value
string String with the full pathname including the file.
1 method overrides DemoContentParserInterface::getPath()
- DemoContentParser::getPath in modules/
custom/ social_demo/ src/ DemoContentParser.php - Returns the path for the given file.
File
- modules/
custom/ social_demo/ src/ DemoContentParserInterface.php, line 25
Class
- DemoContentParserInterface
- Interface DemoContentParserInterface.
Namespace
Drupal\social_demoCode
public function getPath($file, $module, $profile);