13 string references to YAML keys in salesforce_mapping_ui.routing.yml in Salesforce Suite 8.4
- MappedObjectForm::save in modules/
salesforce_mapping_ui/ src/ Form/ MappedObjectForm.php - Form submission handler for the 'save' action.
- MappedObjectForm::submitPull in modules/
salesforce_mapping_ui/ src/ Form/ MappedObjectForm.php - Submit handler for "pull" button.
- MappedObjectForm::submitPush in modules/
salesforce_mapping_ui/ src/ Form/ MappedObjectForm.php - Submit handler for "push" button.
- MappedObjectList::render in modules/
salesforce_mapping_ui/ src/ MappedObjectList.php - We override ::render() so that we can add our own content above the table. parent::render() is where EntityListBuilder creates the table using our buildHeader() and buildRow() implementations.
- PropertiesExtended::buildConfigurationForm in modules/
salesforce_mapping/ src/ Plugin/ SalesforceMappingField/ PropertiesExtended.php - Form constructor.
- SalesforceMappingAddForm::save in modules/
salesforce_mapping_ui/ src/ Form/ SalesforceMappingAddForm.php - Form submission handler for the 'save' action.
- SalesforceMappingDeleteForm::getCancelUrl in modules/
salesforce_mapping_ui/ src/ Form/ SalesforceMappingDeleteForm.php - Returns the route to go to if the user cancels the action.
- SalesforceMappingDisableForm::getCancelUrl in modules/
salesforce_mapping_ui/ src/ Form/ SalesforceMappingDisableForm.php - Returns the route to go to if the user cancels the action.
- SalesforceMappingDisableForm::submit in modules/
salesforce_mapping_ui/ src/ Form/ SalesforceMappingDisableForm.php - SalesforceMappingEnableForm::getCancelUrl in modules/
salesforce_mapping_ui/ src/ Form/ SalesforceMappingEnableForm.php - Returns the route to go to if the user cancels the action.
- SalesforceMappingEnableForm::submit in modules/
salesforce_mapping_ui/ src/ Form/ SalesforceMappingEnableForm.php - SalesforceMappingList::getDefaultOperations in modules/
salesforce_mapping_ui/ src/ SalesforceMappingList.php - Gets this list's default operations.
- salesforce_help in ./
salesforce.module - Implements hook_help().