15 calls to PluginBase::themeFunctions() in Drupal 9
- DefaultSummary::render in core/
modules/ views/ src/ Plugin/ views/ style/ DefaultSummary.php - Render the display in this style.
- DisplayPluginBase::render in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Renders this display.
- Full::render in core/
modules/ views/ src/ Plugin/ views/ pager/ Full.php - Return the renderable array of the pager.
- Mapping::render in core/
modules/ views/ src/ Plugin/ views/ style/ Mapping.php - Overrides Drupal\views\Plugin\views\style\StylePluginBase::render().
- Mini::render in core/
modules/ views/ src/ Plugin/ views/ pager/ Mini.php - Return the renderable array of the pager.
- Opml::render in core/
modules/ views/ src/ Plugin/ views/ style/ Opml.php - Render the display in this style.
- OpmlFields::render in core/
modules/ views/ src/ Plugin/ views/ row/ OpmlFields.php - Render a row object. This usually passes through to a theme template of some form, but not always.
- RowPluginBase::render in core/
modules/ views/ src/ Plugin/ views/ row/ RowPluginBase.php - Render a row object. This usually passes through to a theme template of some form, but not always.
- Rss::render in core/
modules/ views/ src/ Plugin/ views/ style/ Rss.php - Render the display in this style.
- Rss::render in core/
modules/ node/ src/ Plugin/ views/ row/ Rss.php - Render a row object. This usually passes through to a theme template of some form, but not always.
- Rss::render in core/
modules/ comment/ src/ Plugin/ views/ row/ Rss.php - Render a row object. This usually passes through to a theme template of some form, but not always.
- Rss::render in core/
modules/ aggregator/ src/ Plugin/ views/ row/ Rss.php - Render a row object. This usually passes through to a theme template of some form, but not always.
- RssFields::render in core/
modules/ views/ src/ Plugin/ views/ row/ RssFields.php - Render a row object. This usually passes through to a theme template of some form, but not always.
- SearchRow::render in core/
modules/ search/ src/ Plugin/ views/ row/ SearchRow.php - Render a row object. This usually passes through to a theme template of some form, but not always.
- StylePluginBase::renderRowGroup in core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php - Renders a group of rows of the grouped view.