You are here

public function DemoContentParserInterface::getPath in Open Social 10.2.x

Same name and namespace in other branches
  1. 8.9 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  2. 8 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  3. 8.2 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  4. 8.3 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  5. 8.4 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  6. 8.5 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  7. 8.6 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  8. 8.7 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  9. 8.8 modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  10. 10.3.x modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  11. 10.0.x modules/custom/social_demo/src/DemoContentParserInterface.php \Drupal\social_demo\DemoContentParserInterface::getPath()
  12. 10.1.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_demo

Code

public function getPath($file, $module, $profile);