File tree Expand file tree Collapse file tree
web/profiles/custom/os2forms_forloeb_profile Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
88use 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
You can’t perform that action at this time.
0 commit comments