Neos\Flow\Persistence\PersistenceManagerInterface::convertObjectToIdentityArray PHP Method

convertObjectToIdentityArray() public method

Converts the given object into an array containing the identity of the domain object.
public convertObjectToIdentityArray ( object $object ) : array
$object object The object to be converted
return array The identity array in the format array('__identity' => '...')
    public function convertObjectToIdentityArray($object);