108 string references to renderer in Zircon Profile 8.0
- AccessPermissionTest::testRenderCaching in core/
modules/ user/ src/ Tests/ Views/ AccessPermissionTest.php - Tests access on render caching.
- AccessRoleTest::testRenderCaching in core/
modules/ user/ src/ Tests/ Views/ AccessRoleTest.php - Tests access on render caching.
- AjaxRendererTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Controller/ AjaxRendererTest.php - AreaEntityTest::doTestRender in core/
modules/ views/ src/ Tests/ Handler/ AreaEntityTest.php - Tests rendering the entity area handler.
- AreaTextTest::testAreaText in core/
modules/ views/ src/ Tests/ Handler/ AreaTextTest.php - AreaViewTest::testViewArea in core/
modules/ views/ src/ Tests/ Handler/ AreaViewTest.php - Tests the view area handler.
- AssertContentTrait::assertThemeOutput in core/
modules/ simpletest/ src/ AssertContentTrait.php - Asserts themed output.
- AssertViewsCacheTagsTrait::assertViewsCacheTags in core/
modules/ views/ src/ Tests/ AssertViewsCacheTagsTrait.php - Asserts a view's result & render cache items' cache tags.
- AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray in core/
modules/ views/ src/ Tests/ AssertViewsCacheTagsTrait.php - Asserts a view's result & render cache items' cache tags.
- AttachedAssetsTest::setUp in core/
modules/ system/ src/ Tests/ Common/ AttachedAssetsTest.php - Performs setup tasks before each individual test method is run.
- BlockViewBuilderTest::setUp in core/
modules/ block/ src/ Tests/ BlockViewBuilderTest.php - Performs setup tasks before each individual test method is run.
- BookController::create in core/
modules/ book/ src/ Controller/ BookController.php - Instantiates a new instance of this class.
- BubbleableMetadataTest::testMerge in core/
tests/ Drupal/ Tests/ Core/ Render/ BubbleableMetadataTest.php - @covers ::merge @dataProvider providerTestMerge
- CacheTagTest::testTagCaching in core/
modules/ views/ src/ Tests/ Plugin/ CacheTagTest.php - Tests the tag cache plugin.
- CacheTest::testHeaderStorage in core/
modules/ views/ src/ Tests/ Plugin/ CacheTest.php - Tests css/js storage and restoring mechanism.
- CKEditor::create in core/
modules/ ckeditor/ src/ Plugin/ Editor/ CKEditor.php - Creates an instance of the plugin.
- CollectRoutesTest::setUp in core/
modules/ rest/ tests/ src/ Unit/ CollectRoutesTest.php - CommentDefaultFormatterCacheTagsTest::testCacheTags in core/
modules/ comment/ src/ Tests/ CommentDefaultFormatterCacheTagsTest.php - Tests the bubbling of cache tags.
- CommentFieldNameTest::testCommentFieldName in core/
modules/ comment/ src/ Tests/ Views/ CommentFieldNameTest.php - Test comment field name.
- CommentForm::create in core/
modules/ comment/ src/ CommentForm.php - Instantiates a new instance of this class.
- CommentUserNameTest::testUsername in core/
modules/ comment/ src/ Tests/ Views/ CommentUserNameTest.php - Test the username formatter.
- ConfigSingleImportForm::create in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php - Instantiates a new instance of this class.
- ConfigSync::create in core/
modules/ config/ src/ Form/ ConfigSync.php - Instantiates a new instance of this class.
- ContactController::create in core/
modules/ contact/ src/ Controller/ ContactController.php - Instantiates a new instance of this class.
- DisplayTest::testDisplayPlugin in core/
modules/ views/ src/ Tests/ Plugin/ DisplayTest.php - Tests the display test plugin.
- DisplayTest::testReadMore in core/
modules/ views/ src/ Tests/ Plugin/ DisplayTest.php - Tests the readmore functionality.
- EarlyRenderingTestController::create in core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ EarlyRenderingTestController.php - Instantiates a new instance of this class.
- EntityDisplayBase::__construct in core/
lib/ Drupal/ Core/ Entity/ EntityDisplayBase.php - Constructs an Entity object.
- EntityReferenceFormatterTest::testEntityFormatter in core/
modules/ field/ src/ Tests/ EntityReference/ EntityReferenceFormatterTest.php - Tests the entity formatter.
- EntityReferenceFormatterTest::testLabelFormatter in core/
modules/ field/ src/ Tests/ EntityReference/ EntityReferenceFormatterTest.php - Tests the label formatter.
- EntityTranslationTest::doTestLanguageFallback in core/
modules/ system/ src/ Tests/ Entity/ EntityTranslationTest.php - Executes the language fallback test for the given entity type.
- EntityViewBuilderTest::testEntityViewBuilderCache in core/
modules/ system/ src/ Tests/ Entity/ EntityViewBuilderTest.php - Tests entity render cache handling.
- EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences in core/
modules/ system/ src/ Tests/ Entity/ EntityViewBuilderTest.php - Tests entity render cache with references.
- EntityViewBuilderTest::testEntityViewBuilderWeight in core/
modules/ system/ src/ Tests/ Entity/ EntityViewBuilderTest.php - Tests weighting of display components.
- EntityViewController::create in core/
lib/ Drupal/ Core/ Entity/ Controller/ EntityViewController.php - Instantiates a new instance of this class.
- ExtensionViewsFieldTest::testFileExtensionTarOption in core/
modules/ file/ src/ Tests/ Views/ ExtensionViewsFieldTest.php - Tests file extension views field handler extension_detect_tar option.
- Feed::buildResponse in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Builds up a response with the rendered view as content.
- Field::create in core/
modules/ views/ src/ Plugin/ views/ field/ Field.php - Creates an instance of the plugin.
- FieldCustomTest::testFieldCustomTokens in core/
modules/ views/ src/ Tests/ Handler/ FieldCustomTest.php - Ensure that custom fields can use tokens.
- FieldFieldAccessTestBase::assertFieldAccess in core/
modules/ views/ src/ Tests/ Handler/ FieldFieldAccessTestBase.php - Checks views field access for a given entity type and field name.
- FieldGroupRowsTest::testGroupRows in core/
modules/ views/ src/ Tests/ Handler/ FieldGroupRowsTest.php - Testing the "Grouped rows" functionality.
- FieldKernelTest::testArgumentTokens in core/
modules/ views/ src/ Tests/ Handler/ FieldKernelTest.php - Tests the arguments tokens on field level.
- FieldKernelTest::testExclude in core/
modules/ views/ src/ Tests/ Handler/ FieldKernelTest.php - Tests the exclude setting.
- FieldKernelTest::testFieldTokens in core/
modules/ views/ src/ Tests/ Handler/ FieldKernelTest.php - Tests the field tokens, row level and field level.
- FieldKernelTest::testRender in core/
modules/ views/ src/ Tests/ Handler/ FieldKernelTest.php - Tests that the render function is called.
- FieldKernelTest::testRewrite in core/
modules/ views/ src/ Tests/ Handler/ FieldKernelTest.php - Tests general rewriting of the output.
- FieldKernelTest::_testEmptyText in core/
modules/ views/ src/ Tests/ Handler/ FieldKernelTest.php - Tests the usage of the empty text.
- FieldKernelTest::_testHideIfEmpty in core/
modules/ views/ src/ Tests/ Handler/ FieldKernelTest.php - Tests the hide if empty functionality.
- FieldPluginBase::getRenderer in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Returns the render API renderer.
- FieldPluginBaseTest::setUp in core/
modules/ views/ tests/ src/ Unit/ Plugin/ field/ FieldPluginBaseTest.php - FieldWebTest::testAlterUrl in core/
modules/ views/ src/ Tests/ Handler/ FieldWebTest.php - Tests rewriting the output to a link.
- FieldWebTest::testFieldClasses in core/
modules/ views/ src/ Tests/ Handler/ FieldWebTest.php - Tests the field/label/wrapper classes.
- FieldWebTest::testTextRendering in core/
modules/ views/ src/ Tests/ Handler/ FieldWebTest.php - Tests trimming/read-more/ellipses.
- FilterUnitTest::testAlignAndCaptionFilters in core/
modules/ filter/ src/ Tests/ FilterUnitTest.php - Tests the combination of the align and caption filters.
- FilterUnitTest::testCaptionFilter in core/
modules/ filter/ src/ Tests/ FilterUnitTest.php - Tests the caption filter.
- FormAjaxSubscriberTest::testOnExceptionBrokenPostRequest in core/
tests/ Drupal/ Tests/ Core/ Form/ EventSubscriber/ FormAjaxSubscriberTest.php - @covers ::onException
- ForumController::create in core/
modules/ forum/ src/ Controller/ ForumController.php - Instantiates a new instance of this class.
- FrameworkTest::testLazyLoad in core/
modules/ system/ src/ Tests/ Ajax/ FrameworkTest.php - Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
- FrameworkTest::testOrder in core/
modules/ system/ src/ Tests/ Ajax/ FrameworkTest.php - Tests AjaxResponse::prepare() AJAX commands ordering.
- HandlerFieldUserNameTest::testNoAdditionalFields in core/
modules/ user/ src/ Tests/ Views/ HandlerFieldUserNameTest.php - Tests that the field handler works when no additional fields are added.
- HandlerFieldUserNameTest::testUserName in core/
modules/ user/ src/ Tests/ Views/ HandlerFieldUserNameTest.php - ImageFieldDisplayTest::testImageFieldDefaultImage in core/
modules/ image/ src/ Tests/ ImageFieldDisplayTest.php - Test use of a default image with an image field.
- ImageFieldDisplayTest::testImageFieldSettings in core/
modules/ image/ src/ Tests/ ImageFieldDisplayTest.php - Tests for image field settings.
- ImageFieldDisplayTest::_testImageFieldFormatters in core/
modules/ image/ src/ Tests/ ImageFieldDisplayTest.php - Test image formatters on node display.
- ImageThemeFunctionTest::testImageAltFunctionality in core/
modules/ image/ src/ Tests/ ImageThemeFunctionTest.php - Tests image alt attribute functionality.
- ImageThemeFunctionTest::testImageFormatterTheme in core/
modules/ image/ src/ Tests/ ImageThemeFunctionTest.php - Tests usage of the image field formatters.
- ImageThemeFunctionTest::testImageStyleTheme in core/
modules/ image/ src/ Tests/ ImageThemeFunctionTest.php - Tests usage of the image style theme function.
- InlineFormErrorsServiceProvider::alter in core/
modules/ inline_form_errors/ src/ InlineFormErrorsServiceProvider.php - Modifies existing service definitions.
- IntegrationTest::testAggregatorItemView in core/
modules/ aggregator/ src/ Tests/ Views/ IntegrationTest.php - Tests basic aggregator_item view.
- KernelTestBaseTest::testEnableModulesTheme in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests that _theme() works right after loading a module.
- LinkGenerationTest::testHookLinkAlter in core/
modules/ system/ src/ Tests/ Utility/ LinkGenerationTest.php - Tests how hook_link_alter() can affect escaping of the link text.
- ManagedFile::uploadAjaxCallback in core/
modules/ file/ src/ Element/ ManagedFile.php - #ajax callback for managed_file upload forms.
- MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/
modules/ menu_link_content/ src/ Tests/ MenuLinkContentCacheabilityBubblingTest.php - Tests bubbleable metadata of menu links' outbound route/path processing.
- MessageAction::create in core/
modules/ action/ src/ Plugin/ Action/ MessageAction.php - Creates an instance of the plugin.
- NodeController::create in core/
modules/ node/ src/ Controller/ NodeController.php - Instantiates a new instance of this class.
- NodeSearch::create in core/
modules/ node/ src/ Plugin/ Search/ NodeSearch.php - Creates an instance of the plugin.
- node_query_node_access_alter in core/
modules/ node/ node.module - Implements hook_query_TAG_alter().
- PluginBase::getRenderer in core/
modules/ views/ src/ Plugin/ views/ PluginBase.php - Returns the render API renderer.
- QuickEditController::create in core/
modules/ quickedit/ src/ QuickEditController.php - Instantiates a new instance of this class.
- RendererTestBase::setUp in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTestBase.php - ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/
modules/ responsive_image/ src/ Tests/ ResponsiveImageFieldDisplayTest.php - Test responsive image formatters on node display.
- RestExport::buildResponse in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Builds up a response with the rendered view as content.
- RestExport::create in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Creates an instance of the plugin.
- RowPluginTest::testRowPlugin in core/
modules/ node/ src/ Tests/ Views/ RowPluginTest.php - Tests the node row plugin.
- SearchBlockForm::create in core/
modules/ search/ src/ Form/ SearchBlockForm.php - Instantiates a new instance of this class.
- SearchController::create in core/
modules/ search/ src/ Controller/ SearchController.php - Instantiates a new instance of this class.
- SimpletestTestForm::create in core/
modules/ simpletest/ src/ Form/ SimpletestTestForm.php - Instantiates a new instance of this class.
- SortRandomTest::testRandomOrderingWithRenderCaching in core/
modules/ views/ src/ Tests/ Handler/ SortRandomTest.php - Tests random ordering with tags based caching.
- StyleSerializerTest::testGroupRows in core/
modules/ rest/ src/ Tests/ Views/ StyleSerializerTest.php - Tests the "Grouped rows" functionality.
- StyleTest::testStyle in core/
modules/ views/ src/ Tests/ Plugin/ StyleTest.php - Tests the general rendering of styles.
- SummaryLengthTest::testSummaryLength in core/
modules/ node/ src/ Tests/ SummaryLengthTest.php - Tests the node summary length functionality.
- SystemTestController::create in core/
modules/ system/ tests/ modules/ system_test/ src/ Controller/ SystemTestController.php - Instantiates a new instance of this class.
- TaxonomyFieldTidTest::testViewsHandlerTidField in core/
modules/ taxonomy/ src/ Tests/ Views/ TaxonomyFieldTidTest.php - template_preprocess_system_modules_details in core/
modules/ system/ system.admin.inc - Prepares variables for the module details templates.
- TextFieldTest::_testTextfieldWidgetsFormatted in core/
modules/ text/ src/ Tests/ TextFieldTest.php - Helper function for testTextfieldWidgetsFormatted().
- ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeRenderAndAutoescapeTest.php - @dataProvider providerTestThemeRenderAndAutoescape
- TwigDebugMarkupTest::testTwigDebugMarkup in core/
modules/ system/ src/ Tests/ Theme/ TwigDebugMarkupTest.php - Tests debug markup added to Twig template output.
- TwigEnvironmentTest::testInlineTemplate in core/
modules/ system/ src/ Tests/ Theme/ TwigEnvironmentTest.php - Tests inline templates.
- TwigMarkupInterfaceTest::renderObjectWithTwig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigMarkupInterfaceTest.php - UnpublishByKeywordComment::create in core/
modules/ comment/ src/ Plugin/ Action/ UnpublishByKeywordComment.php - Creates an instance of the plugin.
- UrlTest::testLinkAttributes in core/
modules/ system/ src/ Tests/ Common/ UrlTest.php - Tests that default and custom attributes are handled correctly on links.
- UrlTest::testLinkRenderArrayText in core/
modules/ system/ src/ Tests/ Common/ UrlTest.php - Tests that link functions support render arrays as 'text'.
- UserLoginForm::create in core/
modules/ user/ src/ Form/ UserLoginForm.php - Instantiates a new instance of this class.
- ViewAjaxController::create in core/
modules/ views/ src/ Controller/ ViewAjaxController.php - Instantiates a new instance of this class.
- ViewAjaxControllerTest::setUp in core/
modules/ views/ tests/ src/ Unit/ Controller/ ViewAjaxControllerTest.php - ViewElementTest::testViewElement in core/
modules/ views/ src/ Tests/ ViewElementTest.php - Tests the rendered output and form output of a view element.
- ViewElementTest::testViewElementEmbed in core/
modules/ views/ src/ Tests/ ViewElementTest.php - Tests the rendered output and form output of a view element, using the embed display plugin.
- ViewsFormBase::ajaxFormWrapper in core/
modules/ views_ui/ src/ Form/ Ajax/ ViewsFormBase.php - Wrapper for handling AJAX forms.