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

Breadcrumb

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

function TextProcessed::__construct

Overrides TypedData::__construct

File

core/modules/text/src/TextProcessed.php, line 30

Class

TextProcessed
A computed property for processing text with a format.

Namespace

Drupal\text

Code

public function __construct(DataDefinitionInterface $definition, $name = NULL, ?TypedDataInterface $parent = NULL) {
    parent::__construct($definition, $name, $parent);
    if ($definition->getSetting('text source') === NULL) {
        throw new \InvalidArgumentException("The definition's 'text source' key has to specify the name of the text property to be processed.");
    }
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal