Newscoop\EventDispatcher\Events\CollectObjectsDataEvent::getObjectTypes PHP Method

getObjectTypes() public method

Get all list objects registrations data
public getObjectTypes ( ) : array
return array
    public function getObjectTypes()
    {
        return $this->objectTypes;
    }