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
Title Object type File name Summary
DateTimeFieldItemList::processDefaultValue function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Processes the default value before being applied.
DateTimeFieldTest class core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests Datetime field functionality.
DateTimeFieldTest.php file core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
DateTimeFieldTest::$defaultSettings property core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The default display settings to use for the formatters.
DateTimeFieldTest::$defaultTheme property core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The theme to install as the default for testing.
DateTimeFieldTest::datelistDataProvider function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The data provider for testing the validation of the datelist widget.
DateTimeFieldTest::getTestFieldType function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Returns the type of field to be tested.
DateTimeFieldTest::testDateField function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests date field functionality.
DateTimeFieldTest::testDatelistWidget function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests Date List Widget functionality.
DateTimeFieldTest::testDateStorageSettings function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests that 'Date' field storage setting form is disabled if field has data.
DateTimeFieldTest::testDatetimeField function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests date and time field.
DateTimeFieldTest::testDefaultValue function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests default value functionality.
DateTimeFieldTest::testInvalidField function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests that invalid values are caught and marked as invalid.
DateTimeHandlerTestBase::$fieldName property core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php Name of the field.
DateTimeHandlerTestBase::$fieldType property core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php Type of the field.
DateTimeIso8601NormalizerTest::testDenormalizeNoTargetInstanceOrFieldDefinitionException function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeIso8601NormalizerTest.php Tests the denormalize function with incomplete serialization context.
DateTimeItemTest::$fieldStorage property core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php A field storage to use in this test class.
DatetimeRangeViewsHooks::fieldViewsData function core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php Implements hook_field_views_data().
DateTimeTimeAgoFormatterTest::$fieldStorage property core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php A field storage to use in this test class.
DatetimeViewsHooks::fieldViewsData function core/modules/datetime/src/Hook/DatetimeViewsHooks.php Implements hook_field_views_data().
DateTimeWidgetTest::getTestFieldType function core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php Returns the type of field to be tested.
datetime_type_field_views_data_helper function core/modules/datetime/datetime.module Provides Views integration for any datetime-based fields.
DbDumpCommand::fieldSizeMap function core/lib/Drupal/Core/Command/DbDumpCommand.php Given a database field type, return a Drupal size.
DbDumpCommand::fieldTypeMap function core/lib/Drupal/Core/Command/DbDumpCommand.php Given a database field type, return a Drupal type.
DbDumpCommand::getFieldOrder function core/lib/Drupal/Core/Command/DbDumpCommand.php Gets field ordering for a given table.
DecimalItem::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Returns a form for the field-level settings.
DefaultHtmlRouteProvider::$entityFieldManager property core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php The entity field manager.
DefaultHtmlRouteProviderTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The entity field manager prophecy used in the test.
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyTypeNotFieldable function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Tests get entity type id key type not fieldable.
DefaultSelection::$entityFieldManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity field manager service.
DefaultsSectionStorageTest::testBuildRoutesNoFieldUi function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests build routes no field ui.
DefaultTableMapping::$fieldNames property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of field names per table.
DefaultTableMapping::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The field storage definitions of this mapping.
DefaultTableMapping::generateFieldTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a safe and unambiguous field table name.
DefaultTableMapping::getAllFieldTableNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets all the table names in which an entity field is stored.
DefaultTableMapping::getFieldColumnName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a column name for a field property.
DefaultTableMapping::getFieldNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of names for entity fields stored in the specified table.
DefaultTableMapping::getFieldTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the table name for a given column.
DefaultTableMapping::setFieldNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Adds field columns for a table to the table mapping.
DefaultTableMappingIntegrationTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php The entity field manager.
DefaultTableMappingIntegrationTest::testGetAllFieldTableNames function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Tests get all field table names.
DefaultTableMappingIntegrationTest::testGetFieldTableName function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Tests DefaultTableMapping::getFieldTableName().
DefaultTableMappingTest::providerTestGetFieldColumnName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Provides test data for testGetFieldColumnName().
DefaultTableMappingTest::providerTestGetFieldTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Provides test data for testGetFieldColumnName().
DefaultTableMappingTest::testGetFieldColumnName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldColumnName() with valid parameters.
DefaultTableMappingTest::testGetFieldColumnNameInvalid function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldColumnName() with invalid parameters.
DefaultTableMappingTest::testGetFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldNames().
DefaultTableMappingTest::testGetFieldTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldTableName().
DefaultTableMappingTest::testGetFieldTableNameInvalid function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldTableName() with an invalid parameter.
DeletedFieldsRepository class core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Provides a repository for deleted field and field storage objects.

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