I want to exclude all paths created by one specific module (custom). Currently I have to add all excluded paths to the EasyBreadcrumbConstants::DB_VAR_EXCLUDED_PATHS variable, but I'd rather have a hook_alter in _easy_breadcrumb_check_excluded_path() that I can use.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Yaron Tal created an issue. See original summary.

Yaron Tal’s picture

Attached is a patch that adds a drupal_alter() to the _easy_breadcrumb_check_excluded_path() function.

Yaron Tal’s picture

Status: Active » Needs review
tatarbj’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
347 bytes

Request is totally valuable and makes sense! I've just rerolled the patch on 7.x-2.x because of the changed structure and will include it in the next release!
Thanks @Yaron Tal, you'll be created!
Cheers,
Balazs.

  • Greg Boggs committed 4396939 on 7.x-2.x authored by tatarbj
    Issue #2700989 by Yaron Tal, tatarbj: Ability to alter excluded paths
    
tatarbj’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.