I came across a handy, hidden drupal_alter call (easy_breadcrumb_exclude_path) in easy_breadcrumb.module that wasn't included in the module's API file.

I don't know if this was left out on purpose, but just in case it was an oversight I've added a hook_easy_breadcrumb_exclude_path_alter call to easy_breadcrumb.api.php so people can find it more easily. (I left the reference off of $url because this didn't seem like the right place to be altering URLs).

Comments

aubjr_drupal created an issue. See original summary.

aubjr_drupal’s picture

Attaching patch here.

renatog’s picture

Status: Needs review » Reviewed & tested by the community

It really makes sense

  • RenatoG committed 277327e on 7.x-2.x authored by aubjr_drupal
    Issue #3092603 by aubjr_drupal, RenatoG: Add missing hook to API file
    
renatog’s picture

Version: 7.x-2.17 » 7.x-2.x-dev
Status: Reviewed & tested by the community » Fixed

Fixed on dev branch

Thank you so much

Status: Fixed » Closed (fixed)

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