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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -74,7 +74,7 @@ public function getContext(): array {
* Gets the meta values.
*
* @return array
* The meta
* The meta data.
*/
public function getMeta(): array {
return $this->meta;
Loading