You are here

function pathauto_static_reset in Pathauto 6.2

Backport of drupal_static_reset() from Drupal 7.

2 calls to pathauto_static_reset()
PathautoTestHelper::assertEntityPattern in ./pathauto.test
PathautoTestHelper::setUp in ./pathauto.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…

File

./pathauto.module, line 858
Main file for the Pathauto module, which automatically generates aliases for content.

Code

function pathauto_static_reset($name = NULL) {
  pathauto_static($name, NULL, TRUE);
}