Documentation

AdminFormTrait

Administration Forms Trait

Table of Contents

Methods

changedWebsiteCallback()  : mixed
callback for "changed website form select" event
addFrontendFormElements()  : Form
adds frontend elements to form
addSeoFormElements()  : Form
adds SEO elements to form

Methods

changedWebsiteCallback()

callback for "changed website form select" event

public changedWebsiteCallback(Form $form) : mixed
Parameters
$form : Form

addFrontendFormElements()

adds frontend elements to form

protected addFrontendFormElements(Form $form, mixed &$form_state[, array<string|int, string> $form_elements = ['url', 'website_id', 'locale'] ]) : Form
Parameters
$form : Form
$form_state : mixed
$form_elements : array<string|int, string> = ['url', 'website_id', 'locale']
Tags
throws
BasicException
throws
FormException
throws
PhpfastcacheSimpleCacheException
throws
DependencyException
throws
NotFoundException
Return values
Form

addSeoFormElements()

adds SEO elements to form

protected addSeoFormElements(Form $form, mixed &$form_state) : Form
Parameters
$form : Form
$form_state : mixed
Tags
throws
FormException
Return values
Form

        
On this page

Search results