10 $value,
false, $this->mParent->getContext() );
11 if ( $this->tagFilter ) {
12 return parent::getTableRow(
$value );
19 $value,
false, $this->mParent->getContext() );
20 if ( $this->tagFilter ) {
21 return parent::getDiv(
$value );
28 $value,
true, $this->mParent->getContext() );
29 if ( $this->tagFilter ) {
30 return parent::getOOUI(
$value );
32 return new OOUI\FieldLayout(
new OOUI\Widget() );
36 if ( $this->tagFilter ) {
38 return $this->tagFilter[1];
44 if ( $this->tagFilter ) {
46 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.
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.