public function TextProcessed::getName

Implements ContextAwareInterface::getName().

Overrides ContextAwareInterface::getName

File

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

Class

TextProcessed
A computed property for processing text with a format.

Namespace

Drupal\text

Code

public function getName() {
  return $this->name;
}