Back to TagServiceTrait class

Method getStateColumnForSection

protected string|null
getStateColumnForSection
(string $section = null)
Returns the state column for the count items functions for the given section.
Parameters
  • string $section The section
Returns
  • string|null
Since
  • 4.0.0

Method getStateColumnForSection - Source code

/**
 * Returns the state column for the count items functions for the given section.
 *
 * @param   string  $section  The section
 *
 * @return  string|null
 *
 * @since   4.0.0
 */
protected function getStateColumnForSection(string $section = null)
{
    return 'state';
}