Search for form

  1. Search 7.x-2.x for form
  2. Other projects
Title Object type File name Summary
EmbeddedComponentForm::__construct function src/Form/EmbeddedComponentForm.php Constructs the object.
ExpressionBase::getFormHandler function src/Engine/ExpressionBase.php Returns the form handling class for this expression.
ExpressionContainerFormBase class src/Form/Expression/ExpressionContainerFormBase.php Form handler for action containers.
ExpressionContainerFormBase.php file src/Form/Expression/ExpressionContainerFormBase.php
ExpressionContainerFormBase::getParameterDescription function src/Form/Expression/ExpressionContainerFormBase.php Helper function to extract context parameter names/values from the config.
ExpressionFormInterface interface src/Form/Expression/ExpressionFormInterface.php Defines methods for expression forms.
ExpressionFormInterface.php file src/Form/Expression/ExpressionFormInterface.php
ExpressionFormInterface::form function src/Form/Expression/ExpressionFormInterface.php Adds elements specific to the expression to the form.
ExpressionFormInterface::submitForm function src/Form/Expression/ExpressionFormInterface.php Form submission callback to save changes for the expression.
ExpressionFormInterface::validateForm function src/Form/Expression/ExpressionFormInterface.php Form validation callback to validate expression elements.
ExpressionFormTrait trait src/Form/Expression/ExpressionFormTrait.php Provides base methods for expression forms.
ExpressionFormTrait.php file src/Form/Expression/ExpressionFormTrait.php
ExpressionFormTrait::submitForm function src/Form/Expression/ExpressionFormTrait.php Implements ExpressionFormInterface::submitForm().
ExpressionFormTrait::validateForm function src/Form/Expression/ExpressionFormTrait.php Implements ExpressionFormInterface::validateForm().
ExpressionInterface::getFormHandler function src/Engine/ExpressionInterface.php Returns the form handling class for this expression.
filter.format.restricted_html.yml file config/optional/filter.format.restricted_html.yml config/optional/filter.format.restricted_html.yml
ReactionRuleAddForm class src/Form/ReactionRuleAddForm.php Provides a form to add a reaction rule.
ReactionRuleAddForm.php file src/Form/ReactionRuleAddForm.php
ReactionRuleAddForm::actions function src/Form/ReactionRuleAddForm.php Returns an array of supported actions for the current entity form.
ReactionRuleAddForm::create function src/Form/ReactionRuleAddForm.php Instantiates a new instance of this class.
ReactionRuleAddForm::form function src/Form/ReactionRuleAddForm.php Gets the actual form array to be built.
ReactionRuleAddForm::save function src/Form/ReactionRuleAddForm.php Form submission handler for the 'save' action.
ReactionRuleAddForm::__construct function src/Form/ReactionRuleAddForm.php Constructs a new reaction rule form.
ReactionRuleEditForm class src/Form/ReactionRuleEditForm.php Provides a form to edit a reaction rule.
ReactionRuleEditForm.php file src/Form/ReactionRuleEditForm.php
ReactionRuleEditForm::$eventManager property src/Form/ReactionRuleEditForm.php The Rules event plugin manager.
ReactionRuleEditForm::$rulesUiHandler property src/Form/ReactionRuleEditForm.php The RulesUI handler of the currently active UI.
ReactionRuleEditForm::actions function src/Form/ReactionRuleEditForm.php Returns an array of supported actions for the current entity form.
ReactionRuleEditForm::buildForm function src/Form/ReactionRuleEditForm.php Form constructor.
ReactionRuleEditForm::cancel function src/Form/ReactionRuleEditForm.php Form submission handler for the 'cancel' action.
ReactionRuleEditForm::create function src/Form/ReactionRuleEditForm.php Instantiates a new instance of this class.
ReactionRuleEditForm::form function src/Form/ReactionRuleEditForm.php Gets the actual form array to be built.
ReactionRuleEditForm::getTitle function src/Form/ReactionRuleEditForm.php Title callback: also display the rule label.
ReactionRuleEditForm::prepareEntity function src/Form/ReactionRuleEditForm.php Prepares the entity object before the form is built first.
ReactionRuleEditForm::save function src/Form/ReactionRuleEditForm.php Form submission handler for the 'save' action.
ReactionRuleEditForm::validateForm function src/Form/ReactionRuleEditForm.php Form validation handler.
ReactionRuleEditForm::__construct function src/Form/ReactionRuleEditForm.php Constructs a new object of this class.
RuleExpressionForm class src/Form/Expression/RuleExpressionForm.php Form view structure for rule expressions.
RuleExpressionForm.php file src/Form/Expression/RuleExpressionForm.php
RuleExpressionForm::$rule property src/Form/Expression/RuleExpressionForm.php The rule expression object this form is for.
RuleExpressionForm::form function src/Form/Expression/RuleExpressionForm.php Adds elements specific to the expression to the form.
RuleExpressionForm::submitForm function src/Form/Expression/RuleExpressionForm.php Implements ExpressionFormInterface::submitForm().
RuleExpressionForm::__construct function src/Form/Expression/RuleExpressionForm.php Creates a new object of this class.
RulesCommands::formatOutput function src/Commands/RulesCommands.php Helper function to format command output.
RulesComponentAddForm class src/Form/RulesComponentAddForm.php Provides a form to add a component.
RulesComponentAddForm.php file src/Form/RulesComponentAddForm.php
RulesComponentAddForm::actions function src/Form/RulesComponentAddForm.php Returns an array of supported actions for the current entity form.
RulesComponentAddForm::getEntityFromRouteMatch function src/Form/RulesComponentAddForm.php Determines which entity will be used by this form from a RouteMatch object.
RulesComponentAddForm::save function src/Form/RulesComponentAddForm.php Form submission handler for the 'save' action.
RulesComponentEditForm class src/Form/RulesComponentEditForm.php Provides a form to edit a component.