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
FieldUIRouteTest::setUp function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
FieldUIRouteTest::testFieldUIRoutes function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Ensures that entity types with bundles do not break following entity types.
FieldUiTable class core/modules/field_ui/src/Element/FieldUiTable.php Provides a field_ui table element.
FieldUiTable.php file core/modules/field_ui/src/Element/FieldUiTable.php
FieldUiTable::getInfo function core/modules/field_ui/src/Element/FieldUiTable.php Returns the element properties for this element.
FieldUiTable::preRenderRegionRows function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render to move #regions to rows.
FieldUiTable::reduceOrder function core/modules/field_ui/src/Element/FieldUiTable.php Determines the rendering order of an array representing a tree.
FieldUiTable::tablePreRender function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render tasks on field_ui_table elements.
FieldUiTableTest class core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php @coversDefaultClass \Drupal\field_ui\Element\FieldUiTable
FieldUiTableTest.php file core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php
FieldUiTableTest::providerTestReduceOrder function core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php Provides test data for testReduceOrder().
FieldUiTableTest::testReduceOrder function core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php @covers ::reduceOrder
FieldUiTest class core/modules/field_ui/tests/src/Unit/FieldUiTest.php @coversDefaultClass \Drupal\field_ui\FieldUI
FieldUITest class core/modules/views_ui/tests/src/Functional/FieldUITest.php Tests the UI of field handlers.
FieldUITest class core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests the UI of the field handler.
FieldUITest.php file core/modules/field/tests/src/Functional/Views/FieldUITest.php
FieldUITest.php file core/modules/views_ui/tests/src/Functional/FieldUITest.php
FieldUiTest.php file core/modules/field_ui/tests/src/Unit/FieldUiTest.php
FieldUITest::$account property core/modules/field/tests/src/Functional/Views/FieldUITest.php A user with the 'administer views' permission.
FieldUITest::$defaultTheme property core/modules/field/tests/src/Functional/Views/FieldUITest.php The theme to install as the default for testing.
FieldUITest::$defaultTheme property core/modules/views_ui/tests/src/Functional/FieldUITest.php The theme to install as the default for testing.
FieldUITest::$modules property core/modules/field/tests/src/Functional/Views/FieldUITest.php Modules to install.
FieldUiTest::$pathValidator property core/modules/field_ui/tests/src/Unit/FieldUiTest.php The path validator.
FieldUITest::$testViews property core/modules/views_ui/tests/src/Functional/FieldUITest.php Views used by this test.
FieldUITest::$testViews property core/modules/field/tests/src/Functional/Views/FieldUITest.php Views used by this test.
FieldUITest::setUp function core/modules/field/tests/src/Functional/Views/FieldUITest.php Sets up the test.
FieldUiTest::setUp function core/modules/field_ui/tests/src/Unit/FieldUiTest.php
FieldUITest::testBooleanFilterHandler function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests adding a boolean field filter handler.
FieldUITest::testFieldLabel function core/modules/views_ui/tests/src/Functional/FieldUITest.php Tests the field labels.
FieldUITest::testFieldUI function core/modules/views_ui/tests/src/Functional/FieldUITest.php Tests the UI of field handlers.
FieldUiTest::testGetNextDestination function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination
FieldUiTest::testGetNextDestinationEmpty function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination
FieldUiTest::testGetNextDestinationRouteName function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination
FieldUITest::testHandlerUI function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests the basic field handler form when aggregation is enabled.
FieldUiTestTrait trait core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Provides common functionality for the Field UI test classes.
FieldUiTestTrait.php file core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php
FieldUiTestTrait::assertFieldDoesNotExist function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Asserts that the field doesn't exist in the overview form.
FieldUiTestTrait::assertFieldDoesNotExistOnOverview function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Asserts that the field does not appear on the overview form.
FieldUiTestTrait::assertFieldExistsOnOverview function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Asserts that the field appears on the overview form.
FieldUiTestTrait::assertTableHeaderExistsByLabel function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Asserts that a header cell appears on a table.
FieldUiTestTrait::fieldUIAddExistingField function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Adds an existing field through the Field UI.
FieldUiTestTrait::fieldUIAddNewField function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Creates a new field through the Field UI.
FieldUiTestTrait::fieldUIDeleteField function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Deletes a field through the Field UI.
FieldUiTestTrait::getFieldFromGroup function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Helper function that returns the name of the group that a field is in.
FieldUninstallValidator class core/modules/field/src/ProxyClass/FieldUninstallValidator.php Provides a proxy class for \Drupal\field\FieldUninstallValidator.
FieldUninstallValidator class core/modules/field/src/FieldUninstallValidator.php Prevents uninstallation of modules providing active field storage.
FieldUninstallValidator.php file core/modules/field/src/ProxyClass/FieldUninstallValidator.php
FieldUninstallValidator.php file core/modules/field/src/FieldUninstallValidator.php
FieldUninstallValidator::$container property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The service container.

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