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 11.x for field_
  5. Other projects
Title Object type File name Summary
FieldDefinitionListenerTest::$keyValueFactory property core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php The key-value factory.
FieldDefinitionListenerTest::setUp function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php
FieldDefinitionListenerTest::setUpEntityTypeManager function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php Sets up the entity type manager to be tested.
FieldDefinitionListenerTest::testOnFieldDefinitionCreateExistingField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionCreate[[api-linebreak]]
FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionCreate[[api-linebreak]]
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionDelete[[api-linebreak]]
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionDelete[[api-linebreak]]
FieldDefinitionListenerTest::testOnFieldDefinitionUpdate function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionUpdate[[api-linebreak]]
FieldDefinitionTest class core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Unit test for the FieldDefinition class.
FieldDefinitionTest.php file core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php
FieldDefinitionTest::$fieldType property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A dummy field type name.
FieldDefinitionTest::$fieldTypeDefinition property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A dummy field type definition.
FieldDefinitionTest::$storageDefinition property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php The test field storage definition.
FieldDefinitionTest::$storageSupportsTranslation property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A flag for setting if the field storage supports translation.
FieldDefinitionTest::factoryTypeProvider function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A data provider for all the types of factories that can create definitions.
FieldDefinitionTest::initializeFieldUsingFactory function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Creates a bundle field using a specified factory.
FieldDefinitionTest::mockDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Provides a Mock base field default value callback.
FieldDefinitionTest::setUp function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php
FieldDefinitionTest::testBundle function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::setTargetBundle[[api-linebreak]]
@covers ::getTargetBundle[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testDefaultFieldSettings function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getSetting[[api-linebreak]]
@covers ::setSetting[[api-linebreak]]
@covers ::getSettings[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests default value callbacks.
FieldDefinitionTest::testDisplayConfigurationSettings function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests the display configuration settings.
FieldDefinitionTest::testFieldDefaultValue function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getDefaultValue[[api-linebreak]]
@covers ::setDefaultValue[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldDescription function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getDescription[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldLabel function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getLabel[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldName function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getName[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldRequired function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests required.
FieldDefinitionTest::testFieldSettings function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getSetting[[api-linebreak]]
@covers ::setSetting[[api-linebreak]]
@covers ::getSettings[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldTranslatable function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests field translatable methods.
FieldDefinitionTest::testFieldType function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getType[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testInvalidDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests invalid default value callbacks.
FieldDefinitionTest::testNullDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests NULL default value callbacks.
FieldDialogsTest class core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Tests the fields dialogs.
FieldDialogsTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php
FieldDialogsTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php The theme to install as the default for testing.
FieldDialogsTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Modules to install.
FieldDialogsTest::$testViews property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Views used by this test.
FieldDialogsTest::openFieldDialog function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Uses the 'And/Or Rearrange' link for fields to open a dialog.
FieldDialogsTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php
FieldDialogsTest::testRemoveFieldHandler function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Tests removing a field through the rearrange dialog.
FieldDiscovery class core/modules/migrate_drupal/src/FieldDiscovery.php Provides field discovery for Drupal 6 & 7 migrations.
FieldDiscovery.php file core/modules/migrate_drupal/src/FieldDiscovery.php
FieldDiscovery::$bundleKeys property core/modules/migrate_drupal/src/FieldDiscovery.php An array of bundle keys, keyed by drupal core version.
FieldDiscovery::$discoveredFieldsCache property core/modules/migrate_drupal/src/FieldDiscovery.php A cache of discovered fields.
FieldDiscovery::$fieldPluginCache property core/modules/migrate_drupal/src/FieldDiscovery.php An array of already discovered field plugin information.
FieldDiscovery::$fieldPluginManager property core/modules/migrate_drupal/src/FieldDiscovery.php The field plugin manager.
FieldDiscovery::$logger property core/modules/migrate_drupal/src/FieldDiscovery.php The logger channel service.
FieldDiscovery::$migrationPluginManager property core/modules/migrate_drupal/src/FieldDiscovery.php The migration plugin manager.
FieldDiscovery::$sourcePluginIds property core/modules/migrate_drupal/src/FieldDiscovery.php An array of source plugin ids, keyed by Drupal core version.
FieldDiscovery::$supportedCoreVersions property core/modules/migrate_drupal/src/FieldDiscovery.php An array of supported Drupal core versions.

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