RulesComponentEditForm.php |
file |
src/Form/RulesComponentEditForm.php |
|
RulesComponentEditForm::$rulesUiHandler |
property |
src/Form/RulesComponentEditForm.php |
The RulesUI handler of the currently active UI. |
RulesComponentEditForm::actions |
function |
src/Form/RulesComponentEditForm.php |
Returns an array of supported actions for the current entity form. |
RulesComponentEditForm::buildForm |
function |
src/Form/RulesComponentEditForm.php |
Form constructor. |
RulesComponentEditForm::cancel |
function |
src/Form/RulesComponentEditForm.php |
Form submission handler for the 'cancel' action. |
RulesComponentEditForm::form |
function |
src/Form/RulesComponentEditForm.php |
Gets the actual form array to be built. |
RulesComponentEditForm::getTitle |
function |
src/Form/RulesComponentEditForm.php |
Title callback: also display the rule label. |
RulesComponentEditForm::prepareEntity |
function |
src/Form/RulesComponentEditForm.php |
Prepares the entity object before the form is built first. |
RulesComponentEditForm::save |
function |
src/Form/RulesComponentEditForm.php |
Form submission handler for the 'save' action. |
RulesComponentEditForm::validateForm |
function |
src/Form/RulesComponentEditForm.php |
Form validation handler. |
RulesComponentFormBase |
class |
src/Form/RulesComponentFormBase.php |
Provides the base form for rules add and edit forms. |
RulesComponentFormBase.php |
file |
src/Form/RulesComponentFormBase.php |
|
RulesComponentFormBase::$expressionManager |
property |
src/Form/RulesComponentFormBase.php |
The Rules expression manager to get expression plugins. |
RulesComponentFormBase::create |
function |
src/Form/RulesComponentFormBase.php |
Instantiates a new instance of this class. |
RulesComponentFormBase::entityTagsBuilder |
function |
src/Form/RulesComponentFormBase.php |
Callback method for the #entity_builder form property. |
RulesComponentFormBase::exists |
function |
src/Form/RulesComponentFormBase.php |
Machine name exists callback. |
RulesComponentFormBase::form |
function |
src/Form/RulesComponentFormBase.php |
Gets the actual form array to be built. |
RulesComponentFormBase::__construct |
function |
src/Form/RulesComponentFormBase.php |
Creates a new object of this class. |
RulesConfigurableEventHandlerInterface::buildConfigurationForm |
function |
src/Core/RulesConfigurableEventHandlerInterface.php |
Builds the event configuration form. |
RulesConfigurableEventHandlerInterface::extractConfigurationFormValues |
function |
src/Core/RulesConfigurableEventHandlerInterface.php |
Extract the form values and update the event configuration. |
RulesExpression::$form_class |
property |
src/Annotation/RulesExpression.php |
The class name of the form for displaying/editing this expression. |
RulesSettingsForm |
class |
src/Form/RulesSettingsForm.php |
Provides rules settings form. |
RulesSettingsForm.php |
file |
src/Form/RulesSettingsForm.php |
|
RulesSettingsForm::buildForm |
function |
src/Form/RulesSettingsForm.php |
Form constructor. |
RulesSettingsForm::getEditableConfigNames |
function |
src/Form/RulesSettingsForm.php |
Gets the configuration names that will be editable. |
RulesSettingsForm::getFormId |
function |
src/Form/RulesSettingsForm.php |
Returns a unique string identifying the form. |
RulesSettingsForm::submitForm |
function |
src/Form/RulesSettingsForm.php |
Form submission handler. |
RulesUiConfigHandler::getForm |
function |
src/Ui/RulesUiConfigHandler.php |
Gets the component form, ready to be embedded in some other form. |
RulesUiHandlerInterface::addLockInformation |
function |
src/Ui/RulesUiHandlerInterface.php |
Renders a message if the rule component is locked/modified. |
RulesUiHandlerInterface::getForm |
function |
src/Ui/RulesUiHandlerInterface.php |
Gets the component form, ready to be embedded in some other form. |
SettingsForm |
class |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
Implements the settings form. |
SettingsForm.php |
file |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
|
SettingsForm::$rulesUiHandler |
property |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
The RulesUI handler of the currently active UI. |
SettingsForm::buildForm |
function |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
Form constructor. |
SettingsForm::cancel |
function |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
Form submission handler for the 'cancel' action. |
SettingsForm::config |
function |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
Retrieves a configuration object. |
SettingsForm::getEditableConfigNames |
function |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
Gets the configuration names that will be editable. |
SettingsForm::getFormId |
function |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
Returns a unique string identifying the form. |
SettingsForm::submitForm |
function |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
Form submission handler. |
SettingsForm::validateForm |
function |
tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php |
Form validation handler. |
TempStoreTrait::$dateFormatter |
property |
src/Ui/TempStoreTrait.php |
The date formatter service. |
TempStoreTrait::addLockInformation |
function |
src/Ui/TempStoreTrait.php |
|
TempStoreTrait::getDateFormatter |
function |
src/Ui/TempStoreTrait.php |
Retrieves the date formatter service if not already present. |
TempStoreTrait::lockInformationMessage |
function |
src/Ui/TempStoreTrait.php |
Provides a lock info message. |
TempStoreTrait::setDateFormatter |
function |
src/Ui/TempStoreTrait.php |
Setter injection for the date formatter service. |