Skip to content

Commit 40d0a16

Browse files
visabhishekpmelab
authored andcommitted
Remove depricated functions (#21)
Method applyDisplayCacheabilityMetada is deprecated
1 parent 0b77039 commit 40d0a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/views/display/GraphQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public function render() {
254254

255255
// Apply the cache metadata from the display plugin. This comes back as a
256256
// cache render array so we have to transform it back afterwards.
257-
$this->applyDisplayCachablityMetadata($this->view->element);
257+
$this->applyDisplayCacheabilityMetadata($this->view->element);
258258

259259
return [
260260
'view' => $this->view,

0 commit comments

Comments
 (0)