Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Search 11.x for end
  6. Other projects
Title Object type File name Summary
ExtendingNonInstalledClass class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php This class does not have a plugin attribute or plugin annotation on purpose.
ExtendingNonInstalledClass.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php
ExtendingNonInstalledClass.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php
ExtendingNonInstalledClass::testMethod function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php Provides an empty test method for testing.
ExtraFieldBlock::preRenderBlock function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Pre-render callback to ensure empty extra_field_block's are not rendered.
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
FiberPlaceholderTest::testLongPlaceholderFiberSuspendingLoop function core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php Tests long placeholder fiber suspending loop.
FieldConfig::calculateDependencies function core/modules/field/src/Entity/FieldConfig.php
FieldConfigBase::calculateDependencies function core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldConfigBase::onDependencyRemoval function core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests calculate dependencies.
FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests that invalid bundles are handled.
FieldConfigEntityUnitTest::testOnDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Tests on dependency removal.
FieldConfigListBuilder::render function core/modules/field_ui/src/FieldConfigListBuilder.php
FieldConfigValidationTest::testInvalidDependencies function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that validation fails if config dependencies are invalid.
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::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.
Fieldgroup::preRenderAttachments function core/lib/Drupal/Core/Render/Element/Fieldgroup.php Adds the fieldgroup library.
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
FieldItemBase::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php
FieldItemBase::onDependencyRemoval function core/lib/Drupal/Core/Field/FieldItemBase.php
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.
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 The last rendered value.
FieldPluginBase::$last_render_text property core/modules/views/src/Plugin/views/field/FieldPluginBase.php The last rendered text.
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
FieldPluginBase::allowAdvancedRender function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determine if this field can allow advanced rendering.

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