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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.
Field class core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.

All search results

Title Object type File name Summary
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
FieldEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.
FieldException class core/lib/Drupal/Core/Field/FieldException.php Base class for all exceptions thrown by the Entity Field API functions.
FieldException.php file core/lib/Drupal/Core/Field/FieldException.php
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 enable.
FieldFieldAccessTestBase::$userWithAccess property core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php Stores an user entity with access to fields.
FieldFieldAccessTestBase::$userWithoutAccess property core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php Stores an 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::$entityRevision property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php The stored revisionable test entities.
FieldFieldTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Modules to enable.
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::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::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 class core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Plugin annotation

@MigrateProcessPlugin(
id = "d6_field_file"
)
FieldFile.php file core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php
FieldFile::$migrateLookup property core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php The migrate lookup service.
FieldFile::$migrationPlugin property core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php The migration process plugin, configured for lookups in d6_file.
FieldFile::create function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Creates an instance of the plugin.
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
FieldFileSizeTest class core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Tests the core Drupal\views\Plugin\views\field\FileSize handler.
FieldFileSizeTest.php file core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php
FieldFileSizeTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Views used by this test.
FieldFileSizeTest::dataSet function core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Returns a very simple test dataset.
FieldFileSizeTest::testFieldFileSize function core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php
FieldFileSizeTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Returns the views data definition.
FieldFileTest class core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php @group file
FieldFileTest.php file core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php

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