You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Bridge/Symfony/Bundle/DependencyInjection/Configuration.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ public function getConfigTreeBuilder()
43
43
->scalarNode('title')->defaultValue('')->info('The title of the API.')->end()
44
44
->scalarNode('description')->defaultValue('')->info('The description of the API.')->end()
45
45
->scalarNode('version')->defaultValue('0.0.0')->info('The version of the API.')->end()
46
-
->scalarNode('default_operation_path_resolver')->defaultValue('api_platform.operation_path_resolver.underscore')->info('Specify the default operation path resolver to use for generating resources operations path.')->end()
46
+
->scalarNode('default_operation_path_resolver')->defaultValue('api_platform.operation_path_resolver.generator')->info('Specify the default operation path resolver to use for generating resources operations path.')->end()
47
+
//@TODO add config path name
47
48
->scalarNode('name_converter')->defaultNull()->info('Specify a name converter to use.')->end()
48
49
->scalarNode('api_resources_directory')->defaultValue('Entity')->info('The name of the directory within the bundles that contains the api resources.')->end()
@trigger_error(sprintf('Method %s() will have a 4th `string $operationName` argument in version 3.0. Not defining it is deprecated since 2.1.', __METHOD__), E_USER_DEPRECATED);
0 commit comments