Home
last modified time | relevance | path

Searched refs:GO_TO_EDIT_MODE (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/
H A DRouter.php14 public const GO_TO_EDIT_MODE = 'GoToEditMode'; define in ComboStrap\\Router
237 if (Identity::isWriter() && $conf->getBooleanValue(self::GO_TO_EDIT_MODE, true)) {
240 return RouterRedirectionBuilder::createFromOrigin(self::GO_TO_EDIT_MODE)
/template/strap/action/
H A Droutermessage.php133 case Router::GO_TO_EDIT_MODE:
H A Drouter.php308 if ($redirection->getOrigin() === Router::GO_TO_EDIT_MODE) {