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. Other projects
Title Object type File name Summary
ExtendableInterface.php file core/lib/Drupal/Core/Database/Query/ExtendableInterface.php
ExtendableInterface::extend function core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Enhance this object by wrapping it in an extender object.
ExtendedDiscoveryInterface interface core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php An interface for testing the Discovery interface.
ExtendedDiscoveryInterface::otherMethod function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
ExtendedForm class core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php Extends the site setting form.
ExtendedForm.php file core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php
ExtendFriendsTest class core/tests/PHPStan/fixtures/test-methods-with-metadata.php
Extending and altering Drupal group core/core.api.php Overview of extensions and alteration methods for Drupal.
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 class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php Plugin annotation

@Plugin(
id = "extending_non_installed_class",
label = "A plugin whose class is extending from a non-installed module class",
color = "pink",
)
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 Renders this display.
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 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 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 Builds the entity listing as renderable array for table.html.twig.
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 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.

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