Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 10.3.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.

All search results

Title Object type File name Summary
FieldDiscoveryTest::testGetBundleFields function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the protected getEntityFields method.
FieldDiscoveryTest::testGetCoreVersion function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the protected getCoreVersion method.
FieldDiscoveryTest::testGetEntityFields function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the protected getEntityFields method.
FieldDiscoveryTest::testGetFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the getFieldInstanceStubMigration method.
FieldDiscoveryTest::testGetSourcePlugin function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the getSourcePlugin method.
FieldDiscoveryTest::testGetSourcePlugin function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the getSourcePlugin method.
FieldDiscoveryTestClass class core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php A test class to expose protected methods.
FieldDiscoveryTestClass.php file core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php
FieldDiscoveryTestClass::$testData property core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php An array of test data.
FieldDiscoveryTestClass::getAllFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets all field information related to this migration.
FieldDiscoveryTestClass::getBundleFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets all field information for a particular entity type and bundle.
FieldDiscoveryTestClass::getCoreVersion function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Finds the core version of a Drupal migration.
FieldDiscoveryTestClass::getEntityFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets all field information for a particular entity type.
FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Provides the stub migration definition for a given Drupal core version.
FieldDiscoveryTestClass::getFieldPlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Returns the appropriate field plugin for a given field type.
FieldDiscoveryTestClass::getSourcePlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets the source plugin to use to gather field information.
FieldDiscoveryTestClass::__construct function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Constructs a FieldDiscoveryTestClass object.
FieldDiscoveryTestTrait trait core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Helper functions to test field discovery.
FieldDiscoveryTestTrait.php file core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php
FieldDiscoveryTestTrait::assertFieldProcess function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts the field discovery returns the expected processes.
FieldDiscoveryTestTrait::assertFieldProcessKeys function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts the field discovery returns the expected processes.
FieldDiscoveryTestTrait::assertSourcePlugin function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts a migrate source plugin.
FieldDisplayTest class core/modules/field/tests/src/Kernel/FieldDisplayTest.php Tests Field display.
FieldDisplayTest.php file core/modules/field/tests/src/Kernel/FieldDisplayTest.php
FieldDisplayTest::$bundle property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Test entity bundle name.
FieldDisplayTest::$display property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Entity view display.
FieldDisplayTest::$entityType property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Test entity type name.
FieldDisplayTest::$fieldName property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Test field name.
FieldDisplayTest::$modules property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Modules to install.
FieldDisplayTest::setUp function core/modules/field/tests/src/Kernel/FieldDisplayTest.php
FieldDisplayTest::testFieldVisualHidden function core/modules/field/tests/src/Kernel/FieldDisplayTest.php Tests that visually hidden works with core.
FieldDropbuttonTest class core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Tests the core Drupal\views\Plugin\views\field\Dropbutton handler.
FieldDropButtonTest class core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Tests the dropbutton field handler.
FieldDropbuttonTest.php file core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldDropButtonTest.php file core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
FieldDropButtonTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php The theme to install as the default for testing.
FieldDropbuttonTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Modules to install.
FieldDropButtonTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Modules to install.
FieldDropbuttonTest::$node1 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$node2 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$node3 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$testUser property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test user.
FieldDropbuttonTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Views to be enabled.
FieldDropButtonTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Views used by this test.
FieldDropbuttonTest::setUp function core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldDropButtonTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Sets up the test.
FieldDropButtonTest::testDropbutton function core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Tests dropbutton field.
FieldDropbuttonTest::testDropbuttonMarkupShouldNotLeakBetweenRows function core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Tests that dropbutton markup doesn't leak between rows.
FieldEntityLinkBaseTest class core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php Tests the core Drupal\views\Plugin\views\field\LinkBase handler.
FieldEntityLinkBaseTest.php file core/modules/views/tests/src/Functional/Handler/FieldEntityLinkBaseTest.php

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