Defines simple text field types. File core/modules/text/text.module Functions
public TextProcessed::setValue($value, $notify = TRUE)
public TextProcessed::__construct(DataDefinitionInterface $definition
public TextProcessed::getValue() Gets
A computed property for processing text with a format. Required settings (below the definition's 'settings' key) are:
text_summary($text, $format = NULL, $size = NULL) Generates a trimmed, formatted version of a text field value
Cached processed text. Type: string|null File core/
text_help($route_name, RouteMatchInterface $route_match) Implements