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,7 +30,7 @@ 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 = [
3535 'os2forms8_install_simplesaml_roles' => [
3636 'display_name' => t('Set up SimpleSAML roles mapping'),
@@ -46,7 +46,7 @@ function os2forms8_install_tasks(&$install_state) {
4646 *
4747 * @see os2forms8_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