Creates a form to delete an image style.
Expanded class hierarchy of ImageStyleDeleteForm
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfirmFormBase:: |
protected | function | Returns a caption for the link which cancels the action. | 2 |
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 |
ImageStyleDeleteForm:: |
protected | property | The image style to be deleted. | |
ImageStyleDeleteForm:: |
public | function |
Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides ConfirmFormBase:: |
|
ImageStyleDeleteForm:: |
protected | function |
Returns the page to go to if the user cancels the action. Overrides ConfirmFormBase:: |
|
ImageStyleDeleteForm:: |
protected | function |
Returns a caption for the button that confirms the action. Overrides ConfirmFormBase:: |
|
ImageStyleDeleteForm:: |
protected | function |
Returns additional text to display as a description. Overrides ConfirmFormBase:: |
|
ImageStyleDeleteForm:: |
public | function |
Returns a unique string identifying the form. Overrides FormInterface:: |
|
ImageStyleDeleteForm:: |
protected | function |
Returns the question to ask the user. Overrides ConfirmFormBase:: |
|
ImageStyleDeleteForm:: |
public | function |
Form submission handler. Overrides FormInterface:: |