Enable highend SPAs using REST-APIs with Symfony 4
This talk describes how to prototype an API using Symfony 4's event cycle and introduces API Platform as a way for a production ready API built on top of the same concepts.
the value for the given * ArgumentMetadata. * * @param Request $request * @param ArgumentMetadata $argument * * @return bool */ public function supports(Request $request, ArgumentMetadata $argument); /** * Returns the possible value(s). * * @param Request $request * @param ArgumentMetadata $argument * * @return \Generator */ public function resolve(Request $request, ArgumentMetadata $argument); }