public function ProfileInterface::setDescription in Linkit 8.5
Same name and namespace in other branches
- 8.4 src/ProfileInterface.php \Drupal\linkit\ProfileInterface::setDescription()
Sets the profile description.
Parameters
string $description: The profile description.
Return value
$this
1 method overrides ProfileInterface::setDescription()
- Profile::setDescription in src/
Entity/ Profile.php - Sets the profile description.
File
- src/
ProfileInterface.php, line 28
Class
- ProfileInterface
- Provides an interface defining a profile entity.
Namespace
Drupal\linkitCode
public function setDescription($description);