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
FieldKernelTest::testRewrite function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests general rewriting of the output.
FieldKernelTest::testRewriteHtmlWithTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests rewriting of the output with HTML.
FieldKernelTest::testRewriteHtmlWithTokensAndAggregation function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests rewriting of the output with HTML and aggregation.
FieldKernelTest::testTrimText function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the trimText method.
FieldKernelTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Returns the views data definition.
FieldKernelTest::_testEmptyText function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the usage of the empty text.
FieldKernelTest::_testHideIfEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the hide if empty functionality.
FieldKernelTestBase class core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Parent class for Field API unit tests.
FieldKernelTestBase.php file core/modules/field/tests/src/Kernel/FieldKernelTestBase.php
FieldKernelTestBase::$fieldTestData property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Bag of created field storages and fields.
FieldKernelTestBase::$modules property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Modules to enable.
FieldKernelTestBase::assertFieldValues function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Assert that a field has the expected values in an entity.
FieldKernelTestBase::createFieldWithStorage function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Create a field and an associated field storage.
FieldKernelTestBase::entitySaveReload function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Saves and reloads an entity.
FieldKernelTestBase::entityValidateAndSave function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Validate and save entity. Fail if violations are found.
FieldKernelTestBase::setUp function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Set the default field storage backend for fields created during tests.
FieldKernelTestBase::_generateTestFieldValues function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Generate random values for a field_test field.
FieldLabelDescriptionTranslation class core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Gets field label and description translations.
FieldLabelDescriptionTranslation class core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Gets field label and description translations.
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::fields function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Returns available fields on the source.
FieldLabelDescriptionTranslation::fields function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Returns available fields on the source.
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLanguageTest class core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the field language handler.
FieldLanguageTest.php file core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php
FieldLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Views used by this test.
FieldLanguageTest::testField function core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the language field.
FieldLayoutBuilder class core/modules/field_layout/src/FieldLayoutBuilder.php Builds a field layout.
FieldLayoutBuilder.php file core/modules/field_layout/src/FieldLayoutBuilder.php
FieldLayoutBuilder::$entityFieldManager property core/modules/field_layout/src/FieldLayoutBuilder.php The entity field manager.
FieldLayoutBuilder::$layoutPluginManager property core/modules/field_layout/src/FieldLayoutBuilder.php The layout plugin manager.
FieldLayoutBuilder::buildForm function core/modules/field_layout/src/FieldLayoutBuilder.php Applies the layout to an entity form.
FieldLayoutBuilder::buildView function core/modules/field_layout/src/FieldLayoutBuilder.php Applies the layout to an entity build.
FieldLayoutBuilder::create function core/modules/field_layout/src/FieldLayoutBuilder.php Instantiates a new instance of this class.
FieldLayoutBuilder::getFields function core/modules/field_layout/src/FieldLayoutBuilder.php Gets the fields that need to be processed.
FieldLayoutBuilder::__construct function core/modules/field_layout/src/FieldLayoutBuilder.php Constructs a new FieldLayoutBuilder.
FieldLayoutBuilderTest class core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php @coversDefaultClass \Drupal\field_layout\FieldLayoutBuilder
@group field_layout
FieldLayoutBuilderTest.php file core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$entityFieldManager property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$fieldLayoutBuilder property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$layoutPlugin property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$layoutPluginManager property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$pluginDefinition property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::setUp function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::testBuildForm function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php @covers ::buildForm
@covers ::getFields
FieldLayoutBuilderTest::testBuildFormEmpty function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php @covers ::buildForm

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