Loading core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ public function all(); * The ID for the bundle to find. If the entity type does not have a bundle, * then the entity type ID again. * * @return \Drupal\jsonapi\ResourceType\ResourceType * @return \Drupal\jsonapi\ResourceType\ResourceType|null * The requested JSON:API resource type, if it exists. NULL otherwise. * * @see \Drupal\Core\Entity\EntityInterface::bundle() Loading Loading
core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ public function all(); * The ID for the bundle to find. If the entity type does not have a bundle, * then the entity type ID again. * * @return \Drupal\jsonapi\ResourceType\ResourceType * @return \Drupal\jsonapi\ResourceType\ResourceType|null * The requested JSON:API resource type, if it exists. NULL otherwise. * * @see \Drupal\Core\Entity\EntityInterface::bundle() Loading