Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
feed.writer.threadingrendererentry service core/core.services.yml Laminas\Feed\Writer\Extension\Threading\Renderer\Entry
feed.writer.wellformedwebrendererentry service core/core.services.yml Laminas\Feed\Writer\Extension\WellFormedWeb\Renderer\Entry
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.
FieldConfig::calculateDependencies function core/modules/field/src/Entity/FieldConfig.php Calculates dependencies and stores them in the dependency property.
FieldConfigBase::calculateDependencies function core/lib/Drupal/Core/Field/FieldConfigBase.php Calculates dependencies and stores them in the dependency property.
FieldConfigBase::onDependencyRemoval function core/lib/Drupal/Core/Field/FieldConfigBase.php Informs the entity that entities it depends on will be deleted.
FieldConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Test that invalid bundles are handled.
FieldConfigEntityUnitTest::testOnDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::onDependencyRemoval[[api-linebreak]]
FieldConfigListBuilder::render function core/modules/field_ui/src/FieldConfigListBuilder.php Builds the entity listing as renderable array for table.html.twig.
FieldCounterTest::testExcludedTitleTokenDisplay function core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php Tests the display of an excluded title field when used as a token.
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.
FieldDefinitionListener::$cacheBackend property core/lib/Drupal/Core/Field/FieldDefinitionListener.php Cache backend instance.
FieldDefinitionListenerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php The cache backend.
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::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::testSimpleRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a view with base fields and configurable fields.
FieldFormSavedCommand::render function core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php Return an array to be run through json_encode and sent to the client.
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.
FieldItemBase::calculateDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php Calculates dependencies for field items.
FieldItemBase::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php Calculates dependencies for field items on the storage level.
FieldItemBase::onDependencyRemoval function core/lib/Drupal/Core/Field/FieldItemBase.php Informs the plugin that a dependency of the field will be deleted.
FieldItemInterface::calculateDependencies function core/lib/Drupal/Core/Field/FieldItemInterface.php Calculates dependencies for field items.
FieldItemInterface::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemInterface.php Calculates dependencies for field items on the storage level.
FieldItemInterface::onDependencyRemoval function core/lib/Drupal/Core/Field/FieldItemInterface.php Informs the plugin that a dependency of the field will be deleted.
FieldKernelTest::testRender function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests that the render function is called.
FieldLayoutEntityDisplayTrait::calculateDependencies function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Overrides \Drupal\Core\Entity\EntityDisplayBase::calculateDependencies().
FieldPluginBase::$lastRenderIndex property core/modules/views/src/Plugin/views/field/FieldPluginBase.php Keeps track of the last render index.
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.

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