interface MetadataStoreInterface
MetadataStoreInterface is able to fetch metadata for a specific workflow.
array | getWorkflowMetadata() | |
array | getPlaceMetadata(string $place) | |
array | getTransitionMetadata(Transition $transition) | |
getMetadata(string $key, $subject = null) Returns the metadata for a specific subject. |
array |
string | $place |
array |
Transition | $transition |
array |
Returns the metadata for a specific subject.
This is a proxy method.
string | $key | |
$subject |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Workflow/Metadata/MetadataStoreInterface.html