constant NODE_IMPORT_MINIMUM_DATEAPI in Node import 6
Minimum DateAPI version Node import will work with.
To avoid problems with parsing dates, node import uses DateAPI module. This constant defines the minimum version of DateAPI that will work.
1 use of NODE_IMPORT_MINIMUM_DATEAPI
- node_import_requirements in ./
node_import.install - Implementation of hook_requirements().
File
- ./
node_import.install, line 35 - Installs, upgrades or uninstalls the node_import module.
Code
define('NODE_IMPORT_MINIMUM_DATEAPI', '5.2');