public function TextProcessed::setName

Implements ContextAwareInterface::setName().

Overrides ContextAwareInterface::setName

File

drupal/core/modules/field/modules/text/lib/Drupal/text/TextProcessed.php, line 72
Definition of Drupal\text\TextProcessed.

Class

TextProcessed
A computed property for processing text with a format.

Namespace

Drupal\text

Code

public function setName($name) {
  $this->name = $name;
}