Facebook\HHAPIDoc\get_path_for_type()

Get the path for something being used as a type

namespace Facebook\HHAPIDoc;

function get_path_for_type(
  IPathProvider<?string> $p,
  string $name,
): ?string;

This might be a class, interface, trait, or type alias.

Parameters

Returns