44 calls to KernelTestBase::render() in Zircon Profile 8
- AggregatorTitleTest::testStringFormatter in core/
modules/ aggregator/ src/ Tests/ AggregatorTitleTest.php - BooleanFormatterTest::renderEntityFields in core/
modules/ field/ src/ Tests/ Boolean/ BooleanFormatterTest.php - Renders fields of a given entity with a given display.
- DisplayApiTest::testFieldEmpty in core/
modules/ field/ src/ Tests/ DisplayApiTest.php - Tests that the prepareView() formatter method still fires for empty values.
- DisplayApiTest::testFieldItemListView in core/
modules/ field/ src/ Tests/ DisplayApiTest.php - Tests the FieldItemListInterface::view() method.
- DisplayApiTest::testFieldItemView in core/
modules/ field/ src/ Tests/ DisplayApiTest.php - Tests the FieldItemInterface::view() method.
- FieldAttachOtherTest::testEntityDisplayBuild in core/
modules/ field/ src/ Tests/ FieldAttachOtherTest.php - Test rendering fields with EntityDisplay build().
- ImageTest::testThemeImageWithSizes in core/
modules/ system/ src/ Tests/ Theme/ ImageTest.php - Tests that an image with the sizes attribute is output correctly.
- ImageTest::testThemeImageWithSrc in core/
modules/ system/ src/ Tests/ Theme/ ImageTest.php - Tests that an image with the src attribute is output correctly.
- ImageTest::testThemeImageWithSrcsetMultiplier in core/
modules/ system/ src/ Tests/ Theme/ ImageTest.php - Tests that an image with the srcset and multipliers is output correctly.
- ImageTest::testThemeImageWithSrcsetWidth in core/
modules/ system/ src/ Tests/ Theme/ ImageTest.php - Tests that an image with the srcset and widths is output correctly.
- MessageTest::testMessages in core/
modules/ system/ src/ Tests/ Theme/ MessageTest.php - Tests setting messages output.
- RawStringFormatterTest::renderEntityFields in core/
modules/ field/ src/ Tests/ String/ RawStringFormatterTest.php - Renders fields of a given entity with a given display.
- RowEntityTest::testEntityRow in core/
modules/ views/ src/ Tests/ Plugin/ RowEntityTest.php - Tests the entity row handler.
- StringFormatterTest::renderEntityFields in core/
modules/ field/ src/ Tests/ String/ StringFormatterTest.php - Renders fields of a given entity with a given display.
- TableTest::testThemeTableFooter in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Test that the 'footer' option works correctly.
- TableTest::testThemeTableFooter in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Test that the 'footer' option works correctly.
- TableTest::testThemeTableHeaderCellOption in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests that the 'header' option in cells works correctly.
- TableTest::testThemeTableHeaderCellOption in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests that the 'header' option in cells works correctly.
- TableTest::testThemeTableHeaderRenderArray in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests header elements with a mix of string and render array values.
- TableTest::testThemeTableHeaderRenderArray in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests header elements with a mix of string and render array values.
- TableTest::testThemeTableNoStickyHeaders in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - If $sticky is FALSE, no tableheader.js should be included.
- TableTest::testThemeTableNoStickyHeaders in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - If $sticky is FALSE, no tableheader.js should be included.
- TableTest::testThemeTableNotResponsiveHeaders in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests that the 'responsive-table' class is not applied without headers.
- TableTest::testThemeTableNotResponsiveHeaders in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests that the 'responsive-table' class is not applied without headers.
- TableTest::testThemeTableNotResponsiveProperty in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests that 'responsive-table' class only applied when responsive is TRUE.
- TableTest::testThemeTableNotResponsiveProperty in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests that 'responsive-table' class only applied when responsive is TRUE.
- TableTest::testThemeTableResponsive in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests that the 'responsive-table' class is applied correctly.
- TableTest::testThemeTableResponsive in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests that the 'responsive-table' class is applied correctly.
- TableTest::testThemeTableResponsivePriority in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests 'priority-medium' and 'priority-low' classes.
- TableTest::testThemeTableResponsivePriority in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests 'priority-medium' and 'priority-low' classes.
- TableTest::testThemeTableRowRenderArray in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests row elements with a mix of string and render array values.
- TableTest::testThemeTableRowRenderArray in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests row elements with a mix of string and render array values.
- TableTest::testThemeTableStickyHeaders in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tableheader.js provides 'sticky' table headers, and is included by default.
- TableTest::testThemeTableStickyHeaders in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tableheader.js provides 'sticky' table headers, and is included by default.
- TableTest::testThemeTableTitle in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests that the select/checkbox label is being generated and escaped.
- TableTest::testThemeTableTitle in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests that the select/checkbox label is being generated and escaped.
- TableTest::testThemeTableWithEmptyMessage in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly.
- TableTest::testThemeTableWithEmptyMessage in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly.
- TableTest::testThemeTableWithNoStriping in core/
modules/ system/ src/ Tests/ Theme/ TableTest.php - Tests that the 'no_striping' option works correctly.
- TableTest::testThemeTableWithNoStriping in core/
modules/ system/ src/ Tests/ Render/ Element/ TableTest.php - Tests that the 'no_striping' option works correctly.
- TextFormatElementFormTest::testTextFormatElement in core/
modules/ filter/ src/ Tests/ TextFormatElementFormTest.php - Tests that values are returned.
- TimestampFormatterTest::renderEntityFields in core/
modules/ field/ src/ Tests/ Timestamp/ TimestampFormatterTest.php - Renders fields of a given entity with a given display.
- UserNameFormatterTest::renderEntityFields in core/
modules/ user/ src/ Tests/ Field/ UserNameFormatterTest.php - Renders fields of a given entity with a given display.
- UuidFormatterTest::testUuidStringFormatter in core/
modules/ field/ src/ Tests/ String/ UuidFormatterTest.php - Tests string formatter output.