Search for render

  1. Search 7.x for render
  2. Search 9.5.x for render
  3. Search 8.9.x for render
  4. Search 10.3.x for render
  5. Other projects
Title Object type File name Summary
ExposedFormPluginInterface::renderExposedForm function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Renders the exposed form.
ExposedFormRenderTest class core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Tests the exposed form.
ExposedFormRenderTest.php file core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php
ExposedFormRenderTest::$modules property core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Modules to install.
ExposedFormRenderTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Views to be enabled.
ExposedFormRenderTest::setUp function core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php
ExposedFormRenderTest::testExposedFormRawInput function core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Tests the exposed form raw input.
ExposedFormRenderTest::testExposedFormRender function core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Tests the exposed form markup.
Feed::$renderer property core/modules/views/src/Plugin/views/display/Feed.php The renderer.
Feed::render function core/modules/views/src/Plugin/views/display/Feed.php Renders this display.
FieldConfigListBuilder::render function core/modules/field_ui/src/FieldConfigListBuilder.php Builds the entity listing as renderable array for table.html.twig.
FieldDateTest::assertRenderedDatesEqual function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Asserts properly formatted display against 'created' field in view.
FieldDateTest::assertRenderedFutureDatesEqual function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php Asserts properly formatted display against 'destroyed' field in view.
FieldFieldTest::testAttachedRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests that formatter's #attached assets are correctly preserved.
FieldFieldTest::testComplexRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a view with complex field configuration.
FieldFieldTest::testFieldAliasRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with complex field configuration.
FieldFieldTest::testFieldApiClassesRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view field with field_api_classes enabled.
FieldFieldTest::testMissingBundleFieldRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests that a field not available for every bundle is rendered as empty.
FieldFieldTest::testRevisionComplexRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a revision view with base fields and configurable fields.
FieldFieldTest::testRevisionRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a revision view with base and configurable fields.
FieldFieldTest::testRevisionTokenRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the token replacement for revision fields.
FieldFieldTest::testSimpleRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a view with base fields and configurable fields.
FieldHandlerInterface::advancedRender function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Renders a field using advanced settings.
FieldHandlerInterface::getRenderTokens function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the 'render' tokens to use for advanced rendering.
FieldHandlerInterface::postRender function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Runs after every field has been rendered.
FieldHandlerInterface::preRender function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Runs before any fields are rendered.
FieldHandlerInterface::render function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Renders the field.
FieldHandlerInterface::renderText function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Performs an advanced text render for the item.
FieldKernelTest::testRender function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests that the render function is called.
FieldPluginBase::$lastRenderIndex property core/modules/views/src/Plugin/views/field/FieldPluginBase.php Keeps track of the last render index.
FieldPluginBase::$last_render property core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::$last_render_text property core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::$renderer property core/modules/views/src/Plugin/views/field/FieldPluginBase.php Stores the render API renderer.
FieldPluginBase::advancedRender function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Renders a field using advanced settings.
FieldPluginBase::allowAdvancedRender function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determine if this field can allow advanced rendering.
FieldPluginBase::getRenderer function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns the render API renderer.
FieldPluginBase::getRenderTokens function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Gets the 'render' tokens to use for advanced rendering.
FieldPluginBase::postRender function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Runs after every field has been rendered.
FieldPluginBase::preRender function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Runs before any fields are rendered.
FieldPluginBase::render function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Renders the field.
FieldPluginBase::renderAltered function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Render this field as user-defined altered text.
FieldPluginBase::renderAsLink function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Render this field as a link, with the info from a fieldset set by the user.
FieldPluginBase::renderText function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Performs an advanced text render for the item.
FieldPluginBase::renderTrimText function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Trims the field down to the specified length.
FieldPluginBase::RENDER_TEXT_PHASE_COMPLETELY constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering the whole element.
FieldPluginBase::RENDER_TEXT_PHASE_EMPTY constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering the empty text.
FieldPluginBase::RENDER_TEXT_PHASE_SINGLE_ITEM constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering a single item.
FieldPluginBaseTest::$renderer property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path renderer.
FieldPluginBaseTest::providerTestGetRenderTokensWithQuery function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testGetRenderTokensWithQuery().
FieldPluginBaseTest::providerTestRenderAsExternalLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsExternalLinkWithPathAndTokens().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.