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
FieldRenderedEntityTranslationTest.php file core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The theme to install as the default for testing.
FieldRenderedEntityTranslationTest::$entityTypeManager property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The entity type manager service.
FieldRenderedEntityTranslationTest::$modules property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Modules to install.
FieldRenderedEntityTranslationTest::$testViews property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::assertRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Ensures that the rendered results are working as expected.
FieldRenderedEntityTranslationTest::setUp function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Sets up the test.
FieldRenderedEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.
FieldStorageConfig::calculateDependencies function core/modules/field/src/Entity/FieldStorageConfig.php Calculates dependencies and stores them in the dependency property.
FieldStorageConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests calculate dependencies.
FieldStorageConfigListBuilder::render function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Builds the entity listing as renderable array for table.html.twig.
FieldStorageEntityTypeDependencyTestHook class core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php Hook implementations.
FieldStorageEntityTypeDependencyTestHook.php file core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
FieldStorageEntityTypeDependencyTestHook::systemInfoAlter function core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php Implements hook_system_info_alter().
FieldTest::$renderer property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The renderer.
FieldTest::render function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Renders the field.
FieldTest::setupLanguageRenderer function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Setup the mock data needed to make language renderers work.
FieldTest::testCalculateDependenciesWithBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests calculate dependencies with base field.
FieldTest::testCalculateDependenciesWithConfiguredField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests calculate dependencies with configured field.
FieldUiTable::preRenderRegionRows function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render to move #regions to rows.
FieldUiTable::tablePreRender function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render tasks on field_ui_table elements.
FieldWebTest::testTextRendering function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests trimming/read-more/ellipses.
field_storage_entity_type_dependency_test.info.yml file core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
File::preRenderFile function core/lib/Drupal/Core/Render/Element/File.php Prepares a #type 'file' render element for input.html.twig.
File::render function core/modules/file/src/Plugin/views/field/File.php Renders the field.
File::renderLink function core/modules/file/src/Plugin/views/field/File.php Prepares link to the file.
FileAudioFormatterTest::testRender function core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php Tests render.
FileCacheBackendInterface interface core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Defines an interface inspired by APCu for FileCache backends.
FileCacheBackendInterface.php file core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php
FileCacheBackendInterface::delete function core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Deletes data from a cache backend.
FileCacheBackendInterface::fetch function core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Fetches data from the cache backend.
FileCacheBackendInterface::store function core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Stores data into a cache backend.
FileSize::render function core/modules/views/src/Plugin/views/field/FileSize.php Renders the field.
FileUploadForm::$renderer property core/modules/media_library/src/Form/FileUploadForm.php The renderer service.
FileVideoFormatterTest::testRender function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests render.
FilterAPITest::testDependencyRemoval function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that filter format dependency removal works.
FilterBase::calculateDependencies function core/modules/filter/src/Plugin/FilterBase.php Calculates dependencies for the configured plugin.
FilterCombineTest::testFilterCombineEnds function core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php Tests the Combine field filter using the 'ends' operator.
FilterCombineTest::testFilterCombineNotEnds function core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php Tests the Combine field filter using the 'not_ends' operator.
FilterEntityReferenceTest::testViewContentDependencies function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that content dependencies are added to the view.
FilterFormat::calculatePluginDependencies function core/modules/filter/src/Entity/FilterFormat.php Calculates and adds dependencies of a specific plugin instance.
FilterFormat::onDependencyRemoval function core/modules/filter/src/Entity/FilterFormat.php Informs the entity that entities it depends on will be deleted.
FilterStringTest::testFilterStringEnds function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Tests filtering by string using the "ends with" operator.
FilterStringTest::testFilterStringGroupedExposedEnds function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Tests grouped and exposed filters with the "ends with" operator.
FilterStringTest::testFilterStringGroupedExposedNotEnds function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Tests grouped and exposed filters with the "does not end with" operator.
FilterStringTest::testFilterStringNotEnds function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Tests filtering by string using the "does not end with" operator.
FilterTestPlaceholders::renderDynamicThing function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Render API callback: Builds a render array containing the dynamic thing.
FilterTestPlaceholders::renderStaticThing function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Render API callback: Builds a render array.
FinderTest::testFoundDataIsInDependencyOrder function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests that any discovered entity data is sorted into dependency order.
Fixtures::appendOp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates an AppendOp fixture.

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