You are here

9 methods override TypePluginBase::applies() in GraphQL 8.3

Bike::applies in tests/modules/graphql_plugin_test/src/Plugin/GraphQL/Types/Bike.php
Checks whether this type applies to a given object.
Car::applies in tests/modules/graphql_plugin_test/src/Plugin/GraphQL/Types/Car.php
Checks whether this type applies to a given object.
DefaultInternalUrl::applies in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/DefaultInternalUrl.php
Checks whether this type applies to a given object.
EntityBundle::applies in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/EntityBundle.php
Checks whether this type applies to a given object.
EntityCanonicalUrl::applies in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/EntityCanonicalUrl.php
Checks whether this type applies to a given object.
EntityType::applies in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/EntityType.php
Checks whether this type applies to a given object.
ExternalUrl::applies in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/ExternalUrl.php
Checks whether this type applies to a given object.
RedirectUrl::applies in modules/graphql_core/src/Plugin/GraphQL/Types/Routing/RedirectUrl.php
Checks whether this type applies to a given object.
UnexposedEntity::applies in modules/graphql_core/src/Plugin/GraphQL/Types/Entity/UnexposedEntity.php
Checks whether this type applies to a given object.