Drupal 8/9 Module that provides a generalized framework for minting and persisting persistent identifiers (DOIs, ARKs, etc.).
GNU General Public License v2.0
5
stars
11
forks
source link
Fix the deprecated function: array_key_exists() #27
Open
simonhm opened 1 year ago
Using array_key_exists() on objects is deprecated. Instead property_exists() should be used.