public BundleModerationConfigurationForm::getBaseFormId()
Blank out the base form ID so that form alters that use the base form ID to target both add and edit forms don't pick up this form.
Overrides EntityForm::getBaseFormId
File
- core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php, line 45
Class
- BundleModerationConfigurationForm
- Form for configuring moderation usage on a given entity bundle.
Namespace
Drupal\content_moderation\Form
Code
1 2 3 | public function getBaseFormId() { return NULL; } |
Please login to continue.