You are here

43 calls to DataProducerExecutionTrait::executeDataProducer() in GraphQL 8.4

EntityMultipleTest::testResolveEntityLoadMultiple in tests/src/Kernel/DataProducer/EntityMultipleTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLoadMultiple::resolve
EntityReferenceTest::testResolveEntityReference in tests/src/Kernel/DataProducer/EntityReferenceTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Field\EntityReference::resolve
EntityTest::testResolveAccess in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityAccess::resolve
EntityTest::testResolveBundle in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityBundle::resolve
EntityTest::testResolveChanged in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityChanged::resolve
EntityTest::testResolveCreated in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityCreated::resolve
EntityTest::testResolveDescription in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityDescription::resolve
EntityTest::testResolveEntityLoad in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLoad::resolve
EntityTest::testResolveEntityLoadByUuid in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLoadByUuid::resolve
EntityTest::testResolveEntityRendered in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLoad::resolve
EntityTest::testResolveEntityTypeId in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityType::resolve
EntityTest::testResolveId in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityId::resolve
EntityTest::testResolveLabel in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLabel::resolve
EntityTest::testResolveLanguage in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLanguage::resolve
EntityTest::testResolveMismatchEntityLoad in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLoad::resolve
EntityTest::testResolveOwner in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityOwner::resolve
EntityTest::testResolvePublished in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityPublished::resolve
EntityTest::testResolveTranslatedEntityLoad in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLoad::resolve
EntityTest::testResolveTranslation in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityTranslation::resolve @covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityTranslations::resolve
EntityTest::testResolveUnknownEntityLoad in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityLoad::resolve
EntityTest::testResolveUrl in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityUrl::resolve
EntityTest::testResolveUuid in tests/src/Kernel/DataProducer/EntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\EntityUuid::resolve
ImageDerivativeTest::testImageDerivative in tests/src/Kernel/DataProducer/Entity/Fields/Image/ImageDerivativeTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\Fields\Image\ImageDerivative::resolve
ImageResourceUrlTest::testImageResourceUrl in tests/src/Kernel/DataProducer/Images/ImageResourceUrlTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Images\ImageResourceUrl::resolve
ImageUrlTest::testImageUrl in tests/src/Kernel/DataProducer/Entity/Fields/Image/ImageUrlTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\Fields\Image\ImageUrl::resolve
MenuTest::testMenuLinkAttribute in tests/src/Kernel/DataProducer/MenuTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Menu\MenuLink\MenuLinkAttribute::resolve
MenuTest::testMenuLinkDescription in tests/src/Kernel/DataProducer/MenuTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Menu\MenuLink\MenuLinkDescription::resolve
MenuTest::testMenuLinkExpanded in tests/src/Kernel/DataProducer/MenuTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Menu\MenuLink\MenuLinkExpanded::resolve
MenuTest::testMenuLinkLabel in tests/src/Kernel/DataProducer/MenuTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Menu\MenuLink\MenuLinkLabel::resolve
MenuTest::testMenuLinks in tests/src/Kernel/DataProducer/MenuTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Menu\MenuLinks::resolve
MenuTest::testMenuLinkUrl in tests/src/Kernel/DataProducer/MenuTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Menu\MenuLink\MenuLinkUrl::resolve
MenuTest::testMenuTreeLink in tests/src/Kernel/DataProducer/MenuTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Menu\MenuTree\MenuTreeLink::resolve
MenuTest::testMenuTreeSubtree in tests/src/Kernel/DataProducer/MenuTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Menu\MenuTree\MenuTreeSubtree::resolve
RouteEntityTest::testRouteEntity in tests/src/Kernel/DataProducer/Routing/RouteEntityTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Routing\RouteEntity::resolve
RoutingTest::testRouteLoad in tests/src/Kernel/DataProducer/RoutingTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Routing\RouteLoad::resolve
RoutingTest::testUrlNotFound in tests/src/Kernel/DataProducer/RoutingTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Routing\Url\UrlPath::resolve
RoutingTest::testUrlPath in tests/src/Kernel/DataProducer/RoutingTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Routing\Url\UrlPath::resolve
SeekTest::testSeek in tests/src/Kernel/DataProducer/SeekTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\Utility\Seek::resolve
StringTest::testUppercase in tests/src/Kernel/DataProducer/StringTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\String\Uppercase::resolve
XMLAttributeTest::testXmlAttribute in tests/src/Kernel/DataProducer/XML/XMLAttributeTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\XML\XMLAttribute::resolve
XMLContentTest::testXmlContent in tests/src/Kernel/DataProducer/XML/XMLContentTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\XML\XMLContent::resolve
XMLParseTest::testXmlParse in tests/src/Kernel/DataProducer/XML/XMLParseTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\XML\XMLParse::resolve
XMLXpathTest::testXmlXpath in tests/src/Kernel/DataProducer/XML/XMLXpathTest.php
@covers \Drupal\graphql\Plugin\GraphQL\DataProducer\XML\XMLXpath::resolve