eZ\Publish\Core\Repository\Values\ContentType\ContentTypeDraft::getFieldDefinitions PHP Method

getFieldDefinitions() public method

This method returns the content type field definitions from this type.
public getFieldDefinitions ( ) : eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]
return eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]
    public function getFieldDefinitions()
    {
        return $this->innerContentType->getFieldDefinitions();
    }