You are here

public function LinkitEditorDialog::getLinkitProfile in Linkit 8.4

Gets the linkit profile entity.

Return value

\Drupal\linkit\ProfileInterface The current linkit profile used by this form.

File

src/Form/LinkitEditorDialog.php, line 203
Contains \Drupal\linkit\Form\LinkitEditorDialog.

Class

LinkitEditorDialog
Provides a linkit dialog for text editors.

Namespace

Drupal\linkit\Form

Code

public function getLinkitProfile() {
  return $this->linkitProfile;
}