You are here

constant AgreementHandler::ANON_AGREEMENT_COOKIE_PREFIX in Agreement 3.0.x

Same name and namespace in other branches
  1. 8.2 src/AgreementHandler.php \Drupal\agreement\AgreementHandler::ANON_AGREEMENT_COOKIE_PREFIX

Prefix to use for cookie names for anonymous agreements.

File

src/AgreementHandler.php, line 25

Class

AgreementHandler
Agreement handler provides methods for looking up agreements.

Namespace

Drupal\agreement

Code

const ANON_AGREEMENT_COOKIE_PREFIX = 'agreement_anon_';