Returns a {@see ClassMetadataInterface}.
- author Kévin Dunglas
AbstractInterface
Methods |
public abstract getMetadataFor(object|string $value) : Symfony If the method was called with the same class name (or an object of that If the factory was configured with a cache, this method will first look Otherwise, a new metadata instance is created. If the factory was
|
public abstract hasMetadataFor(?mixed $value) : bool Checks if class has metadata. |