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 11.x for render
  5. Other projects
Title Object type File name Summary
EntityTranslationRenderTrait::getEntityTypeId function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the entity type identifier.
EntityTranslationRenderTrait::getLanguageManager function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the language manager.
EntityTranslationRenderTrait::getView function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the top object of a view.
EntityType::$render_cache property core/lib/Drupal/Core/Entity/EntityType.php
EntityType::isRenderCacheable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the rendered output of entities should be cached.
EntityTypeInterface::isRenderCacheable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates whether the rendered output of entities should be cached.
EntityViewController::$renderer property core/lib/Drupal/Core/Entity/Controller/EntityViewController.php The renderer service.
EntityViewDisplay::collectRenderDisplay function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Returns the display object used to render an entity.
EntityViewDisplay::collectRenderDisplays function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Returns the display objects used to render a set of entities.
EntityViewDisplay::getRenderer function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Gets the renderer plugin for a field (e.g. widget, formatter).
Error::renderExceptionSafe function core/lib/Drupal/Core/Utility/Error.php Renders an exception error message without further exceptions.
ErrorTestController::triggerRendererException function core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php Trigger an exception during rendering.
ExampleRenderable class core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php Provides an example implementation of the RenderableInterface.
ExampleRenderable.php file core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php
ExampleRenderable::toRenderable function core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php
ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes function core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Tests overriding the default render option with checkboxes.
ExposedFormPluginBase::postRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::preRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::renderExposedForm function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginInterface::postRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs after the view has been rendered.
ExposedFormPluginInterface::preRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs before the view is rendered.
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
ExposedFormRenderTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php
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
FieldConfigListBuilder::render function core/modules/field_ui/src/FieldConfigListBuilder.php
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.

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