Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
FieldPluginBaseTest::testGetRenderTokensWithoutFieldsAndArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens[[api-linebreak]]
FieldPluginBaseTest::testRenderAsExternalLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithoutPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering as a link without a path.
FieldPluginBaseTest::testRenderAsLinkWithPathAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests link rendering with a URL and options.
FieldPluginBaseTest::testRenderNoResult function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests the "No results text" rendering.
FieldPluginBaseTest::testRenderTrimmedWithMoreLinkAndPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering with a more link.
FieldPluginBaseTestField class core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldPluginBaseTestField::setLinkGenerator function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldRdfaDatatypeCallbackTest class core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php Tests the RDFa output of a text field formatter with a datatype callback.
FieldRdfaDatatypeCallbackTest.php file core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php
FieldRdfaDatatypeCallbackTest::$fieldType property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php The machine name of the field type to test.
FieldRdfaDatatypeCallbackTest::$modules property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php Modules to enable.
FieldRdfaDatatypeCallbackTest::setUp function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php Set the default field storage backend for fields created during tests.
FieldRdfaDatatypeCallbackTest::testDefaultFormatter function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php Tests the default formatter.
FieldRdfaTestBase class core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php
FieldRdfaTestBase.php file core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php
FieldRdfaTestBase::$debug property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php TRUE if verbose debugging is enabled.
FieldRdfaTestBase::$entity property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php The entity to render for testing.
FieldRdfaTestBase::$fieldName property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php The name of the field to create for testing.
FieldRdfaTestBase::$fieldType property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php The machine name of the field type to test.
FieldRdfaTestBase::$modules property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Modules to enable.
FieldRdfaTestBase::$testValue property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php
FieldRdfaTestBase::$uri property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php The URI to identify the entity.
FieldRdfaTestBase::assertFormatterRdfa function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Helper function to test the formatter's RDFa.
FieldRdfaTestBase::createTestField function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Creates the field for testing.
FieldRdfaTestBase::getAbsoluteUri function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Gets the absolute URI of an entity.
FieldRdfaTestBase::parseContent function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Parses a content and return the html element.
FieldRdfaTestBase::setUp function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Set the default field storage backend for fields created during tests.
FieldRdfaTestBase::xpathContent function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Performs an xpath search on a certain content.
FieldRenderedEntityTest class core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Tests the core Drupal\views\Plugin\views\field\RenderedEntity handler.
FieldRenderedEntityTest.php file core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php
FieldRenderedEntityTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Modules to enable.
FieldRenderedEntityTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Views used by this test.
FieldRenderedEntityTest::$user property core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php The logged in user.
FieldRenderedEntityTest::assertCacheabilityMetadata function core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Ensures that the expected cacheability metadata is applied.
FieldRenderedEntityTest::assertConfigDependencies function core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Ensures that the config dependencies are calculated the right way.
FieldRenderedEntityTest::setUpFixtures function core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Sets up the configuration and schema of views and views_test_data modules.
FieldRenderedEntityTest::testRenderedEntityWithField function core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Tests the rendered entity output with the test field configured to show.
FieldRenderedEntityTest::testRenderedEntityWithoutField function core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Tests the default rendered entity output.
FieldRenderedEntityTranslationTest class core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Tests the rendering of the 'rendered_entity' field and translations.
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 enable.
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
FieldRenderedEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.

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