Search for render
- Search 7.x for render
- Search 9.5.x for render
- Search 8.9.x for render
- Search 11.x for render
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldKernelTest::testRender | function | core/ |
Tests that the render function is called. |
| FieldPluginBase::$lastRenderIndex | property | core/ |
Keeps track of the last render index. |
| FieldPluginBase::$last_render | property | core/ |
The last rendered value. |
| FieldPluginBase::$last_render_text | property | core/ |
The last rendered text. |
| FieldPluginBase::$renderer | property | core/ |
Stores the render API renderer. |
| FieldPluginBase::advancedRender | function | core/ |
Renders a field using advanced settings. |
| FieldPluginBase::allowAdvancedRender | function | core/ |
Determine if this field can allow advanced rendering. |
| FieldPluginBase::getRenderer | function | core/ |
Returns the render API renderer. |
| FieldPluginBase::getRenderTokens | function | core/ |
Gets the 'render' tokens to use for advanced rendering. |
| FieldPluginBase::postRender | function | core/ |
Runs after every field has been rendered. |
| FieldPluginBase::preRender | function | core/ |
Runs before any fields are rendered. |
| FieldPluginBase::render | function | core/ |
Renders the field. |
| FieldPluginBase::renderAltered | function | core/ |
Render this field as user-defined altered text. |
| FieldPluginBase::renderAsLink | function | core/ |
Render this field as a link, with the info from a fieldset set by the user. |
| FieldPluginBase::renderText | function | core/ |
Performs an advanced text render for the item. |
| FieldPluginBase::renderTrimText | function | core/ |
Trims the field down to the specified length. |
| FieldPluginBase::RENDER_TEXT_PHASE_COMPLETELY | constant | core/ |
Indicator of the renderText() method for rendering the whole element. |
| FieldPluginBase::RENDER_TEXT_PHASE_EMPTY | constant | core/ |
Indicator of the renderText() method for rendering the empty text. |
| FieldPluginBase::RENDER_TEXT_PHASE_SINGLE_ITEM | constant | core/ |
Indicator of the renderText() method for rendering a single item. |
| FieldPluginBaseTest::$renderer | property | core/ |
The mocked path renderer. |
| FieldPluginBaseTest::providerTestGetRenderTokensWithQuery | function | core/ |
Data provider for ::testGetRenderTokensWithQuery(). |
| FieldPluginBaseTest::providerTestRenderAsExternalLinkWithPathAndTokens | function | core/ |
Data provider for ::testRenderAsExternalLinkWithPathAndTokens(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndOptions | function | core/ |
Data provider for ::testRenderAsLinkWithPathAndOptions(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndTokens | function | core/ |
Data provider for ::testRenderAsLinkWithPathAndTokens(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions | function | core/ |
Data provider for ::testRenderAsLinkWithUrlAndOptions(). |
| FieldPluginBaseTest::providerTestRenderTrimmedWithMoreLinkAndPath | function | core/ |
Data provider for ::testRenderTrimmedWithMoreLinkAndPath(). |
| FieldPluginBaseTest::testGetRenderTokensWithArguments | function | core/ |
@covers ::getRenderTokens[[api-linebreak]] |
| FieldPluginBaseTest::testGetRenderTokensWithoutArguments | function | core/ |
@covers ::getRenderTokens[[api-linebreak]] |
| FieldPluginBaseTest::testGetRenderTokensWithoutFieldsAndArguments | function | core/ |
@covers ::getRenderTokens[[api-linebreak]] |
| FieldPluginBaseTest::testGetRenderTokensWithQuery | function | core/ |
@dataProvider providerTestGetRenderTokensWithQuery @covers ::getRenderTokens[[api-linebreak]] @covers ::getTokenValuesRecursive[[api-linebreak]] |
| FieldPluginBaseTest::testRenderAsExternalLinkWithPathAndTokens | function | core/ |
Tests rendering of a link with a path and options. |
| FieldPluginBaseTest::testRenderAsLinkWithoutPath | function | core/ |
Tests rendering as a link without a path. |
| FieldPluginBaseTest::testRenderAsLinkWithPathAndOptions | function | core/ |
Tests rendering of a link with a path and options. |
| FieldPluginBaseTest::testRenderAsLinkWithPathAndTokens | function | core/ |
Tests rendering of a link with a path and options. |
| FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions | function | core/ |
Tests link rendering with a URL and options. |
| FieldPluginBaseTest::testRenderNoResult | function | core/ |
Tests the "No results text" rendering. |
| FieldPluginBaseTest::testRenderTrimmedWithMoreLinkAndPath | function | core/ |
Tests rendering with a more link. |
| FieldRenderedEntityTest | class | core/ |
Tests the core Drupal\views\Plugin\views\field\RenderedEntity handler. |
| FieldRenderedEntityTest.php | file | core/ |
|
| FieldRenderedEntityTest::$modules | property | core/ |
Modules to install. |
| FieldRenderedEntityTest::$testViews | property | core/ |
Views used by this test. |
| FieldRenderedEntityTest::$user | property | core/ |
The logged in user. |
| FieldRenderedEntityTest::assertCacheabilityMetadata | function | core/ |
Ensures that the expected cacheability metadata is applied. |
| FieldRenderedEntityTest::assertConfigDependencies | function | core/ |
Ensures that the config dependencies are calculated the right way. |
| FieldRenderedEntityTest::setUpFixtures | function | core/ |
Sets up the configuration and schema of views and views_test_data modules. |
| FieldRenderedEntityTest::testRenderedEntityWithoutAndWithField | function | core/ |
Tests the default rendered entity output. |
| FieldRenderedEntityTranslationTest | class | core/ |
Tests the rendering of the 'rendered_entity' field and translations. |
| FieldRenderedEntityTranslationTest.php | file | core/ |
|
| FieldRenderedEntityTranslationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FieldRenderedEntityTranslationTest::$entityTypeManager | property | core/ |
The entity type manager service. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.