Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TermInterface.php

function TermInterface::setDescription

Sets the term description.

Parameters

string $description: The term description.

Return value

$this

1 method overrides TermInterface::setDescription()
Term::setDescription in core/modules/taxonomy/src/Entity/Term.php
Sets the term description.

File

core/modules/taxonomy/src/TermInterface.php, line 31

Class

TermInterface
Provides an interface defining a taxonomy term entity.

Namespace

Drupal\taxonomy

Code

public function setDescription($description);
RSS feed
Powered by Drupal