function ManageContext::getTempstoreId

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

Provide the tempstore id for your specified use case.

Return value

string The tempstore ID.

2 calls to ManageContext::getTempstoreId()
ManageContext::addContext in src/Form/ManageContext.php
Add a context.
ManageContext::addRelationship in src/Form/ManageContext.php
Add relationship form.

File

src/Form/ManageContext.php, line 383

Class

ManageContext
Manage Context Form.

Namespace

Drupal\ctools\Form

Code

protected abstract function getTempstoreId();