Back to AssociationExtensionHelper class

Method getTypeFields

public array
getTypeFields
(mixed $typeName)
Get information about the fields the type provides
Parameters
  • string $typeName The item type
Returns
  • array Array of support information
Since
  • 3.7.0

Method getTypeFields - Source code

/**
 * Get information about the fields the type provides
 *
 * @param   string  $typeName  The item type
 *
 * @return  array  Array of support information
 *
 * @since   3.7.0
 */
public function getTypeFields($typeName)
{
    return $this->getTypeInformation($typeName, 'fields');
}