19declare(strict_types=1);
36 if ($ignore_context) {
37 return parent::identifier($identifier_string);
41 $get =
$DIC->http()->request()->getQueryParams();
42 if (isset($get[
'ref_id'])) {
43 $identifier_string .=
'_' . $get[
'ref_id'];
46 return parent::identifier($identifier_string);
55 throw new LogicException(
'Tools must use contextAwareIdentifier');
Class CoreIdentificationProvider.
Interface IdentificationInterface.