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

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
CastedIntFieldJoin class core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php Implementation for the "casted_int_field_join" join.
CastedIntFieldJoin.php file core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php
CastedIntFieldJoin::buildJoin function core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php Builds the SQL for the join this object represents.
CastedIntFieldJoinTestBase class core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests the "casted_int_field_join" join plugin.
CastedIntFieldJoinTestBase.php file core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$castingType property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php The db type that should be used for casting fields as integers.
CastedIntFieldJoinTestBase::$manager property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php A plugin manager which handles the instances of joins.
CastedIntFieldJoinTestBase::$modules property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Modules to install.
CastedIntFieldJoinTestBase::$pluginId property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$rootUser property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$testViews property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::buildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Builds a join using the given configuration.
CastedIntFieldJoinTestBase::setUp function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::testBuildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests base join functionality.
CastSql::getFieldAsInt function core/modules/views/src/Plugin/views/query/CastSql.php Returns a database expression to cast the field to int.
CastSqlInterface::getFieldAsInt function core/modules/views/src/Plugin/views/query/CastSqlInterface.php Returns a database expression to cast the field to int.
ChangedFieldItemList class core/lib/Drupal/Core/Field/ChangedFieldItemList.php Defines an item list class for changed fields.
ChangedFieldItemList.php file core/lib/Drupal/Core/Field/ChangedFieldItemList.php
ChangedFieldItemList::defaultAccess function core/lib/Drupal/Core/Field/ChangedFieldItemList.php Contains the default access logic of this field.
ChangedFieldItemList::hasAffectingChanges function core/lib/Drupal/Core/Field/ChangedFieldItemList.php Determines whether the field has relevant changes.
CKEditor5MediaController::getMediaImageSourceFieldName function core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php Gets the name of an image media item's source field.
CKEditor5TestBase::assertHtmlEsqueFieldValueEquals function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Decorates ::fieldValueEquals() to force DrupalCI to provide useful errors.
ClaroEntityDisplayTest::testExtraFields function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
claro_preprocess_fieldset function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for fieldset.
claro_preprocess_fieldset__media_library_widget function core/themes/claro/claro.theme @todo Remove this when https://www.drupal.org/project/drupal/issues/2999549
lands.
claro_preprocess_field_multiple_value_form function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for field_multiple_value_form.
claro_preprocess_field_ui_table function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for field_ui_table.
claro_preprocess_views_view_fields__media_library function core/themes/claro/claro.theme Implements hook_preprocess_views_view_fields().
Comment::baseFieldDefinitions function core/modules/comment/src/Entity/Comment.php
Comment::bundleFieldDefinitions function core/modules/comment/src/Entity/Comment.php
Comment::fields function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Returns available fields on the source.
Comment::fields function core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Returns available fields on the source.
Comment::getFieldName function core/modules/comment/src/Entity/Comment.php Returns the name of the field the comment is attached to.
Comment::setFieldName function core/modules/comment/src/Entity/Comment.php Sets the field ID for which this comment is attached.
CommentAccessControlHandler::checkFieldAccess function core/modules/comment/src/CommentAccessControlHandler.php Default field access as determined by this access control handler.
CommentBaseFieldTest class core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php Tests that comment as a base field.
CommentBaseFieldTest.php file core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php
CommentBaseFieldTest::$modules property core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php Modules to install.
CommentBaseFieldTest::setUp function core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php
CommentBaseFieldTest::testCommentBaseField function core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php Tests comment as a base field.
CommentBundlesTest::$entityFieldManager property core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
CommentBundlesTest::testEntityIdField function core/modules/comment/tests/src/Kernel/CommentBundlesTest.php Tests that the entity_id field is set correctly for each comment bundle.
CommentController::$entityFieldManager property core/modules/comment/src/Controller/CommentController.php The entity field manager.
CommentEntityTranslation::fields function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Returns available fields on the source.
CommentExtrasTest::testPostIndividualDxWithoutCriticalBaseFields function core/modules/jsonapi/tests/src/Functional/CommentExtrasTest.php Tests POSTing a comment without critical base fields.
CommentFieldAccessTest class core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php Tests comment field level access.
CommentFieldAccessTest.php file core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
CommentFieldAccessTest::$administrativeFields property core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php Fields that only users with administer comments permissions can change.
CommentFieldAccessTest::$contactFields property core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php These fields can only be edited by the admin or anonymous users if allowed.

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