public function EdgeInterface::getNode in Open Social 10.0.x
Same name and namespace in other branches
- 10.3.x modules/custom/social_graphql/src/Wrappers/EdgeInterface.php \Drupal\social_graphql\Wrappers\EdgeInterface::getNode()
- 10.1.x modules/custom/social_graphql/src/Wrappers/EdgeInterface.php \Drupal\social_graphql\Wrappers\EdgeInterface::getNode()
- 10.2.x modules/custom/social_graphql/src/Wrappers/EdgeInterface.php \Drupal\social_graphql\Wrappers\EdgeInterface::getNode()
Return the node for this edge.
File
- modules/
custom/ social_graphql/ src/ Wrappers/ EdgeInterface.php, line 18
Class
- EdgeInterface
- Provides a common interface for edges that DataProducers can work with.
Namespace
Drupal\social_graphql\WrappersCode
public function getNode();