public function DemoContentInterface::setProfile in Open Social 8.3
Same name and namespace in other branches
- 8.9 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 8 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 8.2 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 8.4 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 8.5 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 8.6 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 8.7 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 8.8 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 10.3.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 10.0.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 10.1.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
- 10.2.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setProfile()
Sets the used profile.
Parameters
string $profile: The profile.
Return value
string Void.
1 method overrides DemoContentInterface::setProfile()
- DemoContent::setProfile in modules/
custom/ social_demo/ src/ DemoContent.php - Sets the used profile.
File
- modules/
custom/ social_demo/ src/ DemoContentInterface.php, line 33
Class
- DemoContentInterface
- Interface DemoContentInterface.
Namespace
Drupal\social_demoCode
public function setProfile($profile);