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. Search 11.x for field
  6. 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
PathAlias::baseFieldDefinitions function core/modules/path_alias/src/Entity/PathAlias.php
PathAliasResourceTestBase::$patchProtectedFieldNames property core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php
PathAliasTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathFieldDefinitionTest class core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php Tests Drupal\Core\Field\BaseFieldDefinition.
PathFieldDefinitionTest.php file core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php
PathFieldDefinitionTest::getModuleAndPath function core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php
PathFieldDefinitionTest::getPluginId function core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php
PathFieldDefinitionTest::testGetColumns function core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php Tests get columns.
PathFieldItemList class core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php Represents a configurable entity path field.
PathFieldItemList.php file core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
PathFieldItemList::computeValue function core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
PathFieldItemList::defaultAccess function core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
PathFieldItemList::delete function core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
PathHooks::entityBaseFieldInfo function core/modules/path/src/Hook/PathHooks.php Implements hook_entity_base_field_info().
PathHooks::entityBaseFieldInfoAlter function core/modules/path/src/Hook/PathHooks.php Implements hook_entity_base_field_info_alter().
PathHooks::fieldWidgetSingleElementFormAlter function core/modules/path/src/Hook/PathHooks.php Implements hook_field_widget_single_element_form_alter().
PgsqlCastedIntFieldJoinTest class core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php Tests PostgreSQL specific cast handling.
PgsqlCastedIntFieldJoinTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php
PgsqlCastedIntFieldJoinTest::$castingType property core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php The db type that should be used for casting fields as integers.
PhoneField class core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php Migrate field plugin for Drupal 7 phone fields.
PhoneField.php file core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php
PhoneField::getFieldFormatterMap function core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php Get a map between D6 formatters and D8 formatters for this field type.
plugin.manager.field.field_type service core/core.services.yml Drupal\Core\Field\FieldTypePluginManager
plugin.manager.field.field_type_category service core/core.services.yml \Drupal\Core\Field\FieldTypeCategoryManager
plugin.manager.field.formatter service core/core.services.yml Drupal\Core\Field\FormatterPluginManager
plugin.manager.field.widget service core/core.services.yml Drupal\Core\Field\WidgetPluginManager
plugin.manager.migrate.field service core/modules/migrate_drupal/migrate_drupal.services.yml Drupal\migrate_drupal\Plugin\MigrateFieldPluginManager
plugin.manager.views.field service core/modules/views/views.services.yml Drupal\views\Plugin\ViewsHandlerManager
PluginBase::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/PluginBase.php
PostgresqlDateSql::getDateField function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
PostgresqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
PostgresqlDateSqlTest::testGetDateField function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests the getDateField method.
PostgresqlDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests timezone offset formatting.
PreconfiguredFieldUiOptionsInterface interface core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php Defines an interface for exposing "preconfigured" field definitions.
PreconfiguredFieldUiOptionsInterface.php file core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php
PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions function core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php Returns preconfigured field options for a field type.
PreprocessHooks::fieldMultipleValueForm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for field_multiple_value_form.
PreprocessHooks::fieldset function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for fieldset.
PreprocessHooks::fieldsetMediaLibraryWidget function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_fieldset__media_library_widget().
PreprocessHooks::preprocessFieldMultipleValueForm function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for field_multiple_value_form.
PreprocessHooks::preprocessFieldset function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for fieldset.
PreprocessHooks::preprocessFieldsetMediaLibraryWidget function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_fieldset__media_library_widget().
PreprocessHooks::preprocessViewsViewFieldsMediaLibrary function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_views_view_fields().
PreprocessHooks::viewsViewFieldsMediaLibrary function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_views_view_fields().
PrivateFileOnTranslatedEntityTest::$fieldName property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The name of the file field used in the test.
ProcessField class core/modules/field/src/Plugin/migrate/process/ProcessField.php Get the value from a method call on a field plugin instance.
ProcessField.php file core/modules/field/src/Plugin/migrate/process/ProcessField.php
ProcessField::$fieldPluginManager property core/modules/field/src/Plugin/migrate/process/ProcessField.php The field plugin manager.
ProcessField::$migration property core/modules/field/src/Plugin/migrate/process/ProcessField.php The migration being run.
ProcessField::callMethodOnFieldPlugin function core/modules/field/src/Plugin/migrate/process/ProcessField.php Instantiate a field plugin and call a method on it.

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