19declare(strict_types=1);
35 if ($ignore_context) {
36 return parent::identifier($identifier_string);
40 $get =
$DIC->http()->request()->getQueryParams();
41 if (isset($get[
'ref_id'])) {
42 $identifier_string .=
'_' . $get[
'ref_id'];
45 return parent::identifier($identifier_string);
53 throw new LogicException(
'Tools must use contextAwareIdentifier');
An exception for terminatinating execution or to throw for unit testing.
Class CoreIdentificationProvider.
Interface IdentificationInterface.