<?php //subresource_operations_1533e6c07e7eabb861e11ada84008fc6

return [PHP_INT_MAX, [
    'api_events_talks_get_subresource' => [
        'property' => 'talks',
        'collection' => true,
        'resource_class' => 'App\\Entity\\Talk',
        'shortNames' => [
            'Talk',
            'Event',
        ],
        'identifiers' => [
            [
                'id',
                'App\\Entity\\Event',
                true,
            ],
        ],
        'operation_name' => 'talks_get_subresource',
        'route_name' => 'api_events_talks_get_subresource',
        'path' => '/events/{id}/talks.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
]];
