7 if (!array_key_exists(
'StateId', $_REQUEST)) {
9 'Missing required StateId query parameter.' 13 $id = $_REQUEST[
'StateId'];
17 'consent/getconsent.php',
18 array(
'StateId' =>
$id)
23 array(
'StateId' =>
$id)
28 if (!isset(
$state[
'consent:showNoConsentAboutService']) ||
$state[
'consent:showNoConsentAboutService']) {
29 if (isset(
$state[
'Destination'][
'url.about'])) {
35 if (isset(
$state[
'Destination'][
'entityid'])) {
43 $t->data[
'dstMetadata'] =
$state[
'Destination'];
if(!array_key_exists('StateId', $_REQUEST)) $id
if(!isset($state['consent:showNoConsentAboutService'])|| $state['consent:showNoConsentAboutService']) $statsInfo
static getModuleURL($resource, array $parameters=array())
Get absolute URL to a specified module resource.
static loadState($id, $stage, $allowMissing=false)
Retrieve saved state.
static getInstance($instancename='simplesaml')
Get a configuration file by its instance name.
static log($event, array $data=array())
Notify about an event.