Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
FieldEntitySettingsTest::setUp function core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php
FieldEntitySettingsTest::testEntityReferenceSettingsNormalized function core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php Tests entity reference settings are normalized on field creation and save.
FieldEntitySettingsTest::testFieldEntitiesCarryDefaultSettings function core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php Tests field entities carry default settings.
FieldEntityTest class core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php Tests the field plugin base integration with the entity system.
FieldEntityTest.php file core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php
FieldEntityTest::$modules property core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php Modules to install.
FieldEntityTest::$testViews property core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php Views used by this test.
FieldEntityTest::setUp function core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php
FieldEntityTest::testGetEntity function core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php Tests the getEntity method.
FieldEntityTest::testGetEntityNullEntityOptionalRelationship function core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php Tests the getEntity method returning NULL for an optional relationship.
FieldEntityTranslationTest class core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Tests the rendering of fields (base fields) and their translations.
FieldEntityTranslationTest.php file core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
FieldEntityTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php The theme to install as the default for testing.
FieldEntityTranslationTest::$modules property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Modules to install.
FieldEntityTranslationTest::$testViews property core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
FieldEntityTranslationTest::assertRows function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Ensures that the rendered results are working as expected.
FieldEntityTranslationTest::setUp function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Sets up the test.
FieldEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.
FieldFieldAccessTestBase class core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php Provides a base class for base field access in views.
FieldFieldAccessTestBase.php file core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php
FieldFieldAccessTestBase::$modules property core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php Modules to install.
FieldFieldAccessTestBase::$userWithAccess property core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php Stores a user entity with access to fields.
FieldFieldAccessTestBase::$userWithoutAccess property core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php Stores a user entity without access to fields.
FieldFieldAccessTestBase::assertFieldAccess function core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php Checks views field access for a given entity type and field name.
FieldFieldAccessTestBase::setUp function core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php
FieldFieldTest class core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Provides some integration tests for the Field handler.
FieldFieldTest.php file core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
FieldFieldTest::$adminUser property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php The admin user.
FieldFieldTest::$entities property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php The stored test entities.
FieldFieldTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Modules to install.
FieldFieldTest::$testUsers property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Stores a couple of test users.
FieldFieldTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Views to be enabled.
FieldFieldTest::setUp function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
FieldFieldTest::testAttachedRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests that formatter's #attached assets are correctly preserved.
FieldFieldTest::testComplexExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with complex field configuration.
FieldFieldTest::testComplexRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a view with complex field configuration.
FieldFieldTest::testFieldAlias function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result 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::testGetValueMethod function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests \Drupal\views\Plugin\views\field\EntityField::getValue.
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::testRevisionComplexExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result set of a complex revision view.
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::testRevisionExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the revision result.
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::testSimpleExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with base fields 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.
FieldFile::transform function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Performs the associated process.
FieldFile::__construct function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Constructs a FieldFile plugin instance.

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