public function DemoContentInterface::getSource in Open Social 8
Same name and namespace in other branches
- 8.9 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 8.2 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 8.3 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 8.4 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 8.5 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 8.6 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 8.7 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 8.8 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 10.3.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 10.0.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 10.1.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
- 10.2.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::getSource()
Returns the file name.
Return value
string The source filename where are data.
1 method overrides DemoContentInterface::getSource()
- DemoContent::getSource in modules/
custom/ social_demo/ src/ DemoContent.php - Returns the file name.
File
- modules/
custom/ social_demo/ src/ DemoContentInterface.php, line 22
Class
- DemoContentInterface
- Interface DemoContentInterface.
Namespace
Drupal\social_demoCode
public function getSource();