Commit f1d30e62 authored by Narendra Shenvi Desai's avatar Narendra Shenvi Desai Committed by Greg Boggs
Browse files

Issue #3300609 by n4r3n, smustgrave, Vighneshh, Greg Boggs: Drupal 10 compatibility fixes

parent 581f4433
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19,8 +19,5 @@
  "support": {
    "issues": "https://www.drupal.org/project/issues/easy_breadcrumb",
    "source": "https://git.drupalcode.org/project/easy_breadcrumb"
  },
  "require": {
    "drupal/core": "^8 || ^9"
  }
}
+1 −2
Original line number Diff line number Diff line
@@ -2,6 +2,5 @@ name: 'Easy Breadcrumb'
type: module
description: 'Provides configurable path based breadcrumbs.'
package: 'Navigation'
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9.2 || ^10
configure: easy_breadcrumb.general_settings_form
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ class TestRouteController extends ControllerBase {
   *
   * Used in views page titles.
   *
   * @return \Drupal\Component\Render\Markup
   * @return string|\Drupal\Component\Render\MarkupInterface
   *   The page title.
   */
  public function pageTitleMarkup() {
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ class EasyBreabcrumbConfigureTest extends BrowserTestBase {
   */
  protected function doUpdateTest($fixture) {
    $assert = $this->assertSession();
    module_load_install('easy_breadcrumb');
    \Drupal::moduleHandler()->loadInclude('easy_breadcrumb', 'install');

    // Reset the configuration to pre 8006 values. Directly write to the
    // database to avoid schema checking.