function RelationshipConfigure::getFormId
Same name in other branches
- 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\FormCode
public function getFormId() {
return 'ctools_relationship_configure';
}