class BreakLockForm

Builds the form to break the lock of an edited view.

Hierarchy

Expanded class hierarchy of BreakLockForm

1 string reference to 'BreakLockForm'

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php, line 21
Contains \Drupal\views_ui\Form\BreakLockForm.

Namespace

Drupal\views_ui\Form
View source

Members

Namesort descending Modifiers Type Description Overrides
BreakLockForm::$entityManager protected property Stores the Entity manager.
BreakLockForm::$tempStore protected property Stores the user tempstore.
BreakLockForm::$view protected property The view being deleted.
BreakLockForm::buildForm public function Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides ConfirmFormBase::buildForm
BreakLockForm::create public static function Instantiates a new instance of this controller. Overrides ControllerInterface::create
BreakLockForm::getCancelPath protected function Implements \Drupal\Core\Form\ConfirmFormBase::getCancelPath(). Overrides ConfirmFormBase::getCancelPath
BreakLockForm::getConfirmText protected function Implements \Drupal\Core\Form\ConfirmFormBase::getConfirmText(). Overrides ConfirmFormBase::getConfirmText
BreakLockForm::getDescription protected function Implements \Drupal\Core\Form\ConfirmFormBase::getDescription(). Overrides ConfirmFormBase::getDescription
BreakLockForm::getFormID public function Implements \Drupal\Core\Form\FormInterface::getFormID(). Overrides FormInterface::getFormID
BreakLockForm::getQuestion protected function Implements \Drupal\Core\Form\ConfirmFormBase::getQuestion(). Overrides ConfirmFormBase::getQuestion
BreakLockForm::submitForm public function Implements \Drupal\Core\Form\FormInterface::submitForm(). Overrides FormInterface::submitForm
BreakLockForm::__construct public function Constructs a \Drupal\views_ui\Form\BreakLockForm object.
ConfirmFormBase::getCancelText protected function Returns a caption for the link which cancels the action. 2
ConfirmFormBase::getFormName protected function Returns the internal name used to refer to the confirmation item.
ConfirmFormBase::validateForm public function Implements \Drupal\Core\Form\FormInterface::validateForm(). Overrides FormInterface::validateForm 1