function ResolverRelationshipConfigure::getFormId

Same name in other branches
  1. 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\Form

Code

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