You are here

public function ProfileInterface::setDescription in Linkit 8.5

Same name and namespace in other branches
  1. 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\linkit

Code

public function setDescription($description);