You are here

public static function Linkit::preRenderLinkitElement in Linkit 8.5

Same name and namespace in other branches
  1. 8.4 src/Element/Linkit.php \Drupal\linkit\Element\Linkit::preRenderLinkitElement()

File

src/Element/Linkit.php, line 88

Class

Linkit
Provides a form element for linkit.

Namespace

Drupal\linkit\Element

Code

public static function preRenderLinkitElement($element) {
  return Textfield::preRenderTextfield($element);
}