17 if ($ignore_context) {
18 return parent::identifier($identifier_string);
22 $get =
$DIC->http()->request()->getQueryParams();
23 if (isset($get[
'ref_id'])) {
24 $identifier_string .=
'_' . $get[
'ref_id'];
27 return parent::identifier($identifier_string);
36 throw new \LogicException(
'Tools must use contextAwareIdentifier');
An exception for terminatinating execution or to throw for unit testing.
Class CoreIdentificationProvider.
Interface IdentificationInterface.