public function QuickNodeCloneEntitySettingsFormInterface::getDescription in Quick Node Clone 8
Returns the description field.
Parameters
Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Return value
string The description text.
1 method overrides QuickNodeCloneEntitySettingsFormInterface::getDescription()
- QuickNodeCloneEntitySettingsForm::getDescription in src/
Form/ QuickNodeCloneEntitySettingsForm.php - Returns the description field.
File
- src/
Form/ QuickNodeCloneEntitySettingsFormInterface.php, line 64
Class
- QuickNodeCloneEntitySettingsFormInterface
- Provides an interface for an Clone Entity forms.
Namespace
Drupal\quick_node_clone\FormCode
public function getDescription(FormStateInterface $form_state);