https://dev.mywowenglish.com/api/books

App\Entity\Book Resource class

Resource Metadata

Short name: "Book"

Item operations Attributes
get
[
  "method" => "GET"
  "stateless" => null
  "input_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
units
[
  "method" => "GET"
  "path" => "/books/{id}/units"
  "controller" => "App\Controller\Api\BookUnits"
  "input" => null
  "output" => null
  "stateless" => null
  "input_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
bonus
[
  "method" => "GET"
  "path" => "/books/{id}/bonus"
  "controller" => "App\Controller\Api\BookBonus"
  "input" => null
  "output" => null
  "stateless" => null
  "input_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
videos
[
  "method" => "GET"
  "path" => "/books/{id}/videos"
  "controller" => "App\Controller\Api\BookVideos"
  "input" => null
  "output" => null
  "stateless" => null
  "input_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
Collection operations Attributes
get
[
  "method" => "GET"
  "stateless" => null
  "input_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
Filters
No available filter declared for this resource.
Attributes
normalization_context
[
  "groups" => [
    "Get"
  ]
]
order
[
  "position" => "ASC"
]
input
null
output
null

Data Providers

# Answer Collection data provider
1 TRUE ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
Context
[
  "groups" => [
    "Get"
  ]
  "operation_type" => "collection"
  "collection_operation_name" => "get"
  "iri_only" => false
  "input" => null
  "output" => null
  "resource_class" => "App\Entity\Book"
  "request_uri" => "/api/books"
  "uri" => "https://dev.mywowenglish.com/api/books"
]

No calls to item data provider have been recorded.

No calls to subresource data provider have been recorded.

Data Persisters

No calls to data persister have been recorded.