12 $value,
false, $this->mParent->getContext() );
13 if ( $this->tagFilter ) {
14 return parent::getTableRow( $value );
21 $value,
false, $this->mParent->getContext() );
22 if ( $this->tagFilter ) {
23 return parent::getDiv( $value );
30 $value,
true, $this->mParent->getContext() );
31 if ( $this->tagFilter ) {
32 return parent::getOOUI( $value );
34 return new OOUI\FieldLayout(
new OOUI\Widget() );
38 if ( $this->tagFilter ) {
40 return $this->tagFilter[1];
46 if ( $this->tagFilter ) {
48 return $this->tagFilter[1];
Wrapper for ChangeTags::buildTagFilterSelector to use in HTMLForm.
getInputHTML( $value)
This function must be implemented to return the HTML to generate the input object itself.
getTableRow( $value)
Get the complete table row for the input, including help text, labels, and whatever.
getOOUI( $value)
Get the OOUI version of the div.
shouldInfuseOOUI()
Whether the field should be automatically infused.
getInputOOUI( $value)
Same as getInputHTML, but returns an OOUI object.
getDiv( $value)
Get the complete div for the input, including help text, labels, and whatever.