Search for settings

  1. Search 7.x-2.x for settings
  2. Other projects
Title Object type File name Summary
rules.settings.yml file config/install/rules.settings.yml config/install/rules.settings.yml
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.
RulesTriggerTestCase::testEventSettings function d7-tests/rules_test_trigger_case.test Tests creating and triggering a reaction rule with event settings.
RulesUiDefinition::$settings property src/Ui/RulesUiDefinition.php Array of handler-specific settings.
rules_test_ui_embed.settings.yml file tests/modules/rules_test_ui_embed/config/install/rules_test_ui_embed.settings.yml tests/modules/rules_test_ui_embed/config/install/rules_test_ui_embed.settings.yml
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.