public function Keyword::getText in Alinks 8
Returns the keyword text.
Return value
string The keyword.
File
- src/
Entity/ Keyword.php, line 225
Class
- Keyword
- Defines the Keyword entity.
Namespace
Drupal\alinks\EntityCode
public function getText() {
return $this
->label();
}