ProcessTemplate::buildEditForm() ProcessTemplate::buildEditForm(Template $template) ProcessTemplate::buildEditForm(Template $template) | InputfieldForm | | |
ProcessTemplate::execute() ProcessTemplate::execute() ProcessTemplate::execute() | string | Execute the template list / default process | |
ProcessTemplate::executeAdd() ProcessTemplate::executeAdd() ProcessTemplate::executeAdd() | string | Execute the template add process | |
ProcessTemplate::executeEdit() ProcessTemplate::executeEdit() ProcessTemplate::executeEdit() | string | Execute the template edit process | |
ProcessTemplate::executeExport() ProcessTemplate::executeExport() ProcessTemplate::executeExport() | string | Execute export | |
ProcessTemplate::executeFieldgroup() ProcessTemplate::executeFieldgroup() ProcessTemplate::executeFieldgroup() | string | Confirm the fieldgroup change with another form that shows what will be deleted | |
ProcessTemplate::executeImport() ProcessTemplate::executeImport() ProcessTemplate::executeImport() | string | Execute import | |
ProcessTemplate::executeNavJSON() ProcessTemplate::executeNavJSON() ProcessTemplate::executeNavJSON(array $options = []) | array string | Output JSON list of navigation items for this (intended to for ajax use) | |
ProcessTemplate::executeRemoveFields() ProcessTemplate::executeRemoveFields() ProcessTemplate::executeRemoveFields() | string | Execute "remove fields" action | |
ProcessTemplate::executeRename() ProcessTemplate::executeRename() ProcessTemplate::executeRename() | string | Rename the template | |
ProcessTemplate::executeSaveFieldgroup() ProcessTemplate::executeSaveFieldgroup() ProcessTemplate::executeSaveFieldgroup(Fieldgroup $fieldgroup = null) | (nothing) | Save the fieldgroup | |
ProcessTemplate::executeSaveProperty() ProcessTemplate::executeSaveProperty() ProcessTemplate::executeSaveProperty() | (nothing) | Save template/fieldgroup/field property (ajax) | |
ProcessTemplate::executeTags() ProcessTemplate::executeTags() ProcessTemplate::executeTags() | string | Handle the “Manage Tags” actions | |
ProcessTemplate::fieldAdded() ProcessTemplate::fieldAdded(Field $field, Template $template) ProcessTemplate::fieldAdded(Field $field, Template $template) | (nothing) | For hooks to listen to when a field is added to a template | |
ProcessTemplate::fieldRemoved() ProcessTemplate::fieldRemoved(Field $field, Template $template) ProcessTemplate::fieldRemoved(Field $field, Template $template) | (nothing) | For hooks to listen to when a field is removed from a template | |
ProcessTemplate::getAsmListAttrs() ProcessTemplate::getAsmListAttrs(Field $field) ProcessTemplate::getAsmListAttrs(Field $field, $hasField = null) | array | Get attributes for the asmSelect fields selection | |
ProcessTemplate::getListFilterForm() ProcessTemplate::getListFilterForm() ProcessTemplate::getListFilterForm() | InputfieldForm | @return InputfieldForm | |
ProcessTemplate::getListTable() ProcessTemplate::getListTable($templates) ProcessTemplate::getListTable($templates) | MarkupAdminDataTable | Get templates list table | |
ProcessTemplate::getListTableRow() ProcessTemplate::getListTableRow(Template $template) ProcessTemplate::getListTableRow(Template $template, bool $useLabel = true) | array | Get row for templates list table | |
ProcessTemplate::renderRemoveFields() ProcessTemplate::renderRemoveFields() ProcessTemplate::renderRemoveFields() | string | Render for "remove fields" action | |
ProcessTemplate::search() ProcessTemplate::search(string $text) ProcessTemplate::search(string $text, array $options = []) | array | Search for items containing $text and return an array representation of them | |