function RelationshipConfigure::getFormId

Same name in other branches
  1. 4.0.x src/Form/RelationshipConfigure.php \Drupal\ctools\Form\RelationshipConfigure::getFormId()

Overrides FormInterface::getFormId

File

src/Form/RelationshipConfigure.php, line 71

Class

RelationshipConfigure
Configure Relationship Form.

Namespace

Drupal\ctools\Form

Code

public function getFormId() {
    return 'ctools_relationship_configure';
}