Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test functions

node_is_active()

Description

Helper function to check if a node is active
Note: a node here requires the "active" key.

Parameters

ColumnTypeDefaultDescription
$node: array
$keyword string
$readonly: bool
0|1} array{'active': $node A node structure with at least the "active" key present

Location

include/node_functions.php lines 3105 to 3107

Definition

 
function node_is_active(array $node): bool {
    return 
$node['active'] === 1;
}

This article was last updated 11th December 2024 20:35 Europe/London time based on the source file dated 6th December 2024 12:00 Europe/London time.