You are here

public function DemoContent::setProfile in Open Social 8

Same name and namespace in other branches
  1. 8.9 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  2. 8.2 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  3. 8.3 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  4. 8.4 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  5. 8.5 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  6. 8.6 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  7. 8.7 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  8. 8.8 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  9. 10.3.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  10. 10.0.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  11. 10.1.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()
  12. 10.2.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setProfile()

Sets the used profile.

Parameters

string $profile: The profile.

Return value

string Void.

Overrides DemoContentInterface::setProfile

File

modules/custom/social_demo/src/DemoContent.php, line 65

Class

DemoContent
Class DemoContent.

Namespace

Drupal\social_demo

Code

public function setProfile($profile) {
  $this->profile = $profile;
}