function ResolverRelationshipConfigure::getFormId
Same name in other branches
- 4.0.x src/Form/ResolverRelationshipConfigure.php \Drupal\ctools\Form\ResolverRelationshipConfigure::getFormId()
Overrides FormInterface::getFormId
File
-
src/
Form/ ResolverRelationshipConfigure.php, line 54
Class
- ResolverRelationshipConfigure
- Configure Relationships Resolver form.
Namespace
Drupal\ctools\FormCode
public function getFormId() {
return 'ctools_context_configure';
}