You are here

function path_breadcrumbs_update_7304 in Path Breadcrumbs 7.3

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

File

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

Code

function path_breadcrumbs_update_7304() {
  entity_property_info_cache_clear();
}