function EditorLinkDialog::__construct

Constructs a form object for link dialog.

File

core/modules/editor/src/Form/EditorLinkDialog.php, line 28

Class

EditorLinkDialog
Provides a link dialog for text editors.

Namespace

Drupal\editor\Form

Code

public function __construct() {
    @trigger_error(__NAMESPACE__ . '\\EditorLinkDialog is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. See https://www.drupal.org/node/3291493', E_USER_DEPRECATED);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.