Class: RewriteApiMockParser
Source Location: /modules/rewrite/test/phpunit/RewriteApiTest.class
Class RewriteApiMockParser
Inherited Properties, Constants, and Methods
Methods
RewriteApiMockParser RewriteApiMockParser(
)
|
|
void saveActiveRules(
$activeRules
)
|
|
Parameters:
Redefinition of:
- RewriteParser::saveActiveRules()
- Saves the active rewrite rules. This needs to be implemented by the specific plugin. It needs to save two rewrite params, activeRules and shortUrls. activeRules is just a serialized array of the given activeRules and shortUrls is returned by RewriteHelper::parseActiveRules(). It returns REWRITE_STATUS_OK on success.
|
|