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

Breadcrumb

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

function Term::setFormat

Overrides TermInterface::setFormat

File

core/modules/taxonomy/src/Entity/Term.php, line 264

Class

Term
Defines the taxonomy term entity.

Namespace

Drupal\taxonomy\Entity

Code

public function setFormat($format) {
    $this->get('description')->format = $format;
    return $this;
}
RSS feed
Powered by Drupal