Currently ObjectUtils.addObjectToArray
only allows you to add an element to the end of the array. With #28414 we need to add an element to the start.
Currently ObjectUtils.addObjectToArray
only allows you to add an element to the end of the array. With #28414 we need to add an element to the start.