Craft\AmForms_FormModel::getFieldLayout PHP Method

getFieldLayout() public method

Returns the field layout used by this element.
public getFieldLayout ( ) : craft\FieldLayoutModel | null
return craft\FieldLayoutModel | null
    public function getFieldLayout()
    {
        return $this->asa('fieldLayout')->getFieldLayout();
    }