BundleModerationConfigurationForm::getBaseFormId

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

public function getBaseFormId() {
  return NULL;
}
doc_Drupal
2016-10-29 08:49:05
Comments
Leave a Comment

Please login to continue.