Documentation

block.crmButton.php

Tags
copyright

CiviCRM LLC https://civicrm.org/licensing

Table of Contents

Functions

smarty_block_crmButton()  : string|null
Generate the html for a button-style link

Functions

smarty_block_crmButton()

Generate the html for a button-style link

smarty_block_crmButton(array<string|int, mixed> $params, string $text, CRM_Core_Smarty &$smarty, bool &$repeat) : string|null
Parameters
$params : array<string|int, mixed>

Params of the {crmButton} call.

$text : string

Contents of block.

$smarty : CRM_Core_Smarty

The Smarty object.

$repeat : bool

Repeat is true for the opening tag, false for the closing tag

Return values
string|null

The generated html.


        
On this page

Search results