forked from api-platform/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
39 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
* Resource metadata attribute. | ||
* | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
|
||
/** | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class AlternateUriResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ | |
* Creates a resource metadata from {@see ApiResource} annotations. | ||
* | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class AttributesResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ | |
* Creates a resource metadata from {@see Resource} extractors (XML, YAML). | ||
* | ||
* @author Vincent Chalamon <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class ExtractorResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
* Creates a resource metadata from {@see Resource} annotations. | ||
* | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class FiltersResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
* * operation input/output formats | ||
* | ||
* @author Kévin Dunglas <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class FormatsResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ | |
* Transforms the given input/output metadata to a normalized one. | ||
* | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class InputOutputResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
* This operation helps to generate resource IRI for items. | ||
* | ||
* @author Vincent Chalamon <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class NotExposedOperationResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
* Creates a resource metadata from {@see Resource} annotations. | ||
* | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class OperationNameResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
* Extracts descriptions from PHPDoc. | ||
* | ||
* @author Kévin Dunglas <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class PhpDocResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
* Creates a resource metadata value object. | ||
* | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
interface ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
|
||
/** | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class UriTemplateResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
* Process data: send an email, persist to storage, add to queue etc. | ||
* | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
interface ProcessorInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
* Retrieves data from a persistence layer. | ||
* | ||
* @author Antoine Bluchet <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @template T of object | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ class DummyIgnoreProperty | |
|
||
/** | ||
* @Groups({"dummy"}) | ||
* | ||
* @Ignore | ||
*/ | ||
public $ignored; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters