We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88718d commit ba95471Copy full SHA for ba95471
1 file changed
web/profiles/custom/os2forms_forloeb_profile/os2forms_forloeb_profile.install
@@ -32,7 +32,7 @@ function os2forms_forloeb_profile_install() {
32
*/
33
function os2forms_forloeb_profile_install_tasks(&$install_state) {
34
$tasks = [
35
- 'os2forms8_install_simplesaml_roles' => [
+ 'os2forms_forloeb_profile_install_simplesaml_roles' => [
36
'display_name' => t('Set up SimpleSAML roles mapping'),
37
'type' => 'normal',
38
]
@@ -44,7 +44,7 @@ function os2forms_forloeb_profile_install_tasks(&$install_state) {
44
/**
45
* Callback function to install default profile content.
46
*
47
- * @see os2forms8_install_tasks()
+ * @see os2forms_forloeb_profile_install_tasks()
48
49
function os2forms_forloeb_profile_install_simplesaml_roles() {
50
$config = \Drupal::service('config.factory')
0 commit comments