Form for deleting an image effect.
Expanded class hierarchy of ImageEffectDeleteForm
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfirmFormBase:: |
protected | function | Returns a caption for the link which cancels the action. | 2 |
ConfirmFormBase:: |
protected | function | Returns additional text to display as a description. | 10 |
ConfirmFormBase:: |
protected | function | Returns the internal name used to refer to the confirmation item. | |
ConfirmFormBase:: |
public | function |
Implements \Drupal\Core\Form\FormInterface::validateForm(). Overrides FormInterface:: |
1 |
ImageEffectDeleteForm:: |
protected | property | The image effect to be deleted. | |
ImageEffectDeleteForm:: |
protected | property | The image style containing the image effect to be deleted. | |
ImageEffectDeleteForm:: |
public | function |
Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides ConfirmFormBase:: |
|
ImageEffectDeleteForm:: |
protected | function |
Returns the page to go to if the user cancels the action. Overrides ConfirmFormBase:: |
|
ImageEffectDeleteForm:: |
protected | function |
Returns a caption for the button that confirms the action. Overrides ConfirmFormBase:: |
|
ImageEffectDeleteForm:: |
public | function |
Returns a unique string identifying the form. Overrides FormInterface:: |
|
ImageEffectDeleteForm:: |
protected | function |
Returns the question to ask the user. Overrides ConfirmFormBase:: |
|
ImageEffectDeleteForm:: |
public | function |
Form submission handler. Overrides FormInterface:: |