You are here

public function TextimageFactoryInterface::getTextFieldText in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 src/TextimageFactoryInterface.php \Drupal\textimage\TextimageFactoryInterface::getTextFieldText()

Retrieves text from a Text field.

Parameters

Drupal\Core\Field\FieldItemListInterface $items: Field items.

Return value

array An array of sanitized text items.

1 method overrides TextimageFactoryInterface::getTextFieldText()
TextimageFactory::getTextFieldText in src/TextimageFactory.php
Retrieves text from a Text field.

File

src/TextimageFactoryInterface.php, line 137

Class

TextimageFactoryInterface
Provides an interface for TextimageFactory.

Namespace

Drupal\textimage

Code

public function getTextFieldText(FieldItemListInterface $items);