A set of reusable utilities for entities, fields, strings, etc. for the back end.
Current set of functions:
1. Array Trait.
array_map($paths, array $data)
- Get a key from a complex array by a set of paths, like ['key.key2.key3']. Helpful if neded data can be located in one of the paths within an array (userful for imports form XML).