filter_access
Functions that call filter_access()
| Name | Location | Description |
|---|---|---|
| block_block | modules/block/block.module | Implementation of hook_block(). |
| check_markup | modules/filter/filter.module | Run all the enabled filters on a piece of text. |
| filter_access | modules/filter/filter.module | Returns TRUE if the user is allowed to access this format. |
| node_access | modules/node/node.module | Determine whether the current user may perform the given operation on the specified node. |
Functions called by filter_access()
| Name | Location | Description |
|---|---|---|
| filter_access | modules/filter/filter.module | Returns TRUE if the user is allowed to access this format. |
| filter_formats | modules/filter/filter.module | Retrieve a list of input formats. |
| filter_resolve_format | modules/filter/filter.module | Resolve a format id, including the default format. |
| user_access | modules/user/user.module | Determine whether the user has a given privilege. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
