API results for “template”

126 to 148 of 148

ProcessTemplate::getListFilterForm() module.method
@return InputfieldForm

ProcessTemplate::getListTable($templates) module.method
Get templates list table

ProcessTemplate::getListTableRow(Template $template, bool $useLabel = true) module.method
Get row for templates list table

ProcessTemplate::executeAdd() module.method
Execute the template add process

ProcessTemplate::executeEdit() module.method
Execute the template edit process

ProcessTemplate::buildEditForm(Template $template) module.method
Build the main form used for template edits

ProcessTemplate::getAsmListAttrs(Field $field, $hasField = null) module.method
Get attributes for the asmSelect fields selection

ProcessTemplate::executeSaveProperty() module.method
Save template/fieldgroup/field property (ajax)

ProcessTemplate::executeSave() module.method
Save the template and check to see if a Fieldgroup change was requested

ProcessTemplate::executeFieldgroup() module.method
Confirm the fieldgroup change with another form that shows what will be deleted

ProcessTemplate::executeSaveFieldgroup(Fieldgroup $fieldgroup = null) module.method
Save the fieldgroup

ProcessTemplate::executeRemoveFields() module.method
Execute "remove fields" action

ProcessTemplate::renderRemoveFields() module.method
Render for "remove fields" action

ProcessTemplate::executeRename() module.method
Rename the template

ProcessTemplate::fieldRemoved(Field $field, Template $template) module.method
For hooks to listen to when a field is removed from a template

ProcessTemplate::fieldAdded(Field $field, Template $template) module.method
For hooks to listen to when a field is added to a template

ProcessTemplate::executeImport() module.method
Execute import

ProcessTemplate::executeExport() module.method
Execute export

ProcessTemplate::executeTags() module.method
Handle the “Manage Tags” actions

ProcessTemplate::search(string $text, array $options = []) module.method
Search for items containing $text and return an array representation of them

ProcessPageLister::getSelectorTemplates(string $selector, bool $getArray = true) module.method
Determine allowed templates from selector string

ProcessPageLister::removeBlankSelectors(string $selector) module.method
Remove blank items like "template=, " from the selector string

ProcessPageLister::renderExtras() module.method
Render additional tabs, setup so that descending classes can use as a template method