You are here

function path_breadcrumbs_update_7302 in Path Breadcrumbs 7.3

Clear Entity API cache to register new Path Breadcrumbs taxonomy token.

File

./path_breadcrumbs.install, line 274
Provides database structure for PATH BREADCRUMBS module.

Code

function path_breadcrumbs_update_7302() {
  entity_property_info_cache_clear();
}