Craft\Neo_BlockTypeModel::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        return ['fieldLayout' => new FieldLayoutBehavior(Neo_ElementType::NeoBlock)];
    }