Loading acquia_connector.module +1 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,7 @@ function acquia_connector_show_free_tier_promo() { // Check that we're not on one of our own config pages, all of which are // prefixed with admin/config/system/acquia-connector. $current_path = \Drupal::Request()->attributes->get('_system_path'); $current_path = ltrim(\Drupal::service('path.current')->getPath(\Drupal::request()), '/'); if (\Drupal::service('path.matcher')->matchPath($current_path, 'admin/config/system/acquia-connector/*')) { return; } Loading Loading
acquia_connector.module +1 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,7 @@ function acquia_connector_show_free_tier_promo() { // Check that we're not on one of our own config pages, all of which are // prefixed with admin/config/system/acquia-connector. $current_path = \Drupal::Request()->attributes->get('_system_path'); $current_path = ltrim(\Drupal::service('path.current')->getPath(\Drupal::request()), '/'); if (\Drupal::service('path.matcher')->matchPath($current_path, 'admin/config/system/acquia-connector/*')) { return; } Loading