Skip to content
Snippets Groups Projects

Issue #3100732: Allow specifying `meta` data on JSON:API objects

Closed Björn Brala requested to merge issue/drupal-3100732:3100732-allow-specifying-meta into 10.1.x
Files
4
@@ -10,7 +10,8 @@
use Drupal\Component\EventDispatcher\Event;
/**
* An event used for collecting resource object metadata of a JSON:API resource type relation.
* An event used for collecting resource object metadata of a JSON:API resource
* type relation.
*/
final class CollectRelationshipMetaEvent extends Event implements RefinableCacheableDependencyInterface {
Loading