You are here

Files in API Tokens 7

Primary tabs

File namesort descending Location Namespace Description
api_tokens.admin.inc includes/api_tokens.admin.inc Administrative interface for the API Tokens module.
api_tokens.api.php api_tokens.api.php Hooks provided by the API Tokens module.
api_tokens.inc api_tokens_example/includes/api_tokens.inc Contains API Token handlers.
api_tokens.info api_tokens.info name = API Tokens description = Provides an input filter that allows to replace custom parametric tokens with rendered content. package = Filters/Editors core = 7.x
api_tokens.module api_tokens.module The API Tokens module
api_tokens_example.info api_tokens_example/api_tokens_example.info name = API Tokens Example description = Example of API token declarations. package = Filters/Editors core = 7.x dependencies[] = api_tokens
api_tokens_example.module api_tokens_example/api_tokens_example.module The API Tokens Example module
README.txt README.txt -- SUMMARY -- The API Tokens module provides an input filter that allows to replace custom parametric tokens with rendered content. Each declared token binds to its handler function, that returns content, token will be replaced with. Token…

Other projects