You are here

public function ProfileInterface::getDescription in Linkit 8.5

Same name and namespace in other branches
  1. 8.4 src/ProfileInterface.php \Drupal\linkit\ProfileInterface::getDescription()

Gets the profile description.

Return value

string The profile description.

1 method overrides ProfileInterface::getDescription()
Profile::getDescription in src/Entity/Profile.php
Gets the profile description.

File

src/ProfileInterface.php, line 18

Class

ProfileInterface
Provides an interface defining a profile entity.

Namespace

Drupal\linkit

Code

public function getDescription();