// If the config name exists here, but not in the $config_changes array
// the it's because it's getting ignored.
if(!in_array($config_name,$config_changes)){
$ignored_config_entities[]=[
$config_name,
$config_change_type,
];
}
}
}
}
// Build a table of changes that are not going to happen, due to the ignored
// config entities.
if(!empty($ignored_config_entities)){
$form['ignored']=[
'#type'=>'table',
'#header'=>['Config name','Action'],
'#caption'=>t('The following configuration entities are ignored due to the <a href="@url">Config Ignore Settings</a> and therefore not displayed in the list above',[