Denotes that access is allowed for a node.

Modules should return this value from hook_node_access() to allow access to a node.

File

core/modules/node/node.module, line 60
The core module that allows content to be submitted to the site.

Code

define('NODE_ACCESS_ALLOW', 'allow')