function EntityTestMulBundle::setDescription

Same name in other branches
  1. 9 core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php \Drupal\entity_test\Entity\EntityTestMulBundle::setDescription()
  2. 11.x core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php \Drupal\entity_test\Entity\EntityTestMulBundle::setDescription()

Overrides EntityDescriptionInterface::setDescription

File

core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php, line 72

Class

EntityTestMulBundle
Defines the Test entity mul bundle configuration entity.

Namespace

Drupal\entity_test\Entity

Code

public function setDescription($description) {
    $this->description = $description;
    return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.