Returns the escaped #text of a data item.
array $data_item: A data item with a #text and optional #escape definitions.
string The text of the data item with translator-specific escape patterns applied.
public function escapeText(array $data_item);