You are here

public function DemoContentInterface::getSource in Open Social 8.8

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

Code

public function getSource();