Skip to content

Commit 16c57e0

Browse files
authored
Merge pull request #41 from OS2Forms/fix_os2forms_forloeb_install_profile
Fix function suffix and comment with wrong profile name.
2 parents d9c5124 + ba95471 commit 16c57e0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

web/profiles/custom/os2forms_forloeb_profile/os2forms_forloeb_profile.install

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @file
5-
* Install, update and uninstall functions for the os2forms8 installation profile.
5+
* Install, update and uninstall functions for the os2forms_forloeb_profile installation profile.
66
*/
77

88
use Drupal\user\Entity\User;
@@ -30,9 +30,9 @@ function os2forms_forloeb_profile_install() {
3030
*
3131
* Enabled
3232
*/
33-
function os2forms8_install_tasks(&$install_state) {
33+
function os2forms_forloeb_profile_install_tasks(&$install_state) {
3434
$tasks = [
35-
'os2forms8_install_simplesaml_roles' => [
35+
'os2forms_forloeb_profile_install_simplesaml_roles' => [
3636
'display_name' => t('Set up SimpleSAML roles mapping'),
3737
'type' => 'normal',
3838
]
@@ -44,9 +44,9 @@ function os2forms8_install_tasks(&$install_state) {
4444
/**
4545
* Callback function to install default profile content.
4646
*
47-
* @see os2forms8_install_tasks()
47+
* @see os2forms_forloeb_profile_install_tasks()
4848
*/
49-
function os2forms8_install_simplesaml_roles() {
49+
function os2forms_forloeb_profile_install_simplesaml_roles() {
5050
$config = \Drupal::service('config.factory')
5151
->getEditable('simplesamlphp_auth.settings');
5252

0 commit comments

Comments
 (0)