function ResourceType::getTypeName
Gets the type name.
Return value
string The type name.
File
-
core/
modules/ jsonapi/ src/ ResourceType/ ResourceType.php, line 123
Class
- ResourceType
- Value object containing all metadata for a JSON:API resource type.
Namespace
Drupal\jsonapi\ResourceTypeCode
public function getTypeName() {
return $this->typeName;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.