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
FieldUninstallValidator::$service property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The real proxied service, after it was lazy loaded.
FieldUninstallValidator::getFieldStoragesByModule function core/modules/field/src/FieldUninstallValidator.php Returns all field storages for a specified module.
FieldUninstallValidator::getFieldTypeLabel function core/modules/field/src/FieldUninstallValidator.php Returns the label for a specified field type.
FieldUninstallValidator::lazyLoadItself function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Lazy loads the real service from the container.
FieldUninstallValidator::setStringTranslation function core/modules/field/src/ProxyClass/FieldUninstallValidator.php
FieldUninstallValidator::validate function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Determines the reasons a module can not be uninstalled.
FieldUninstallValidator::validate function core/modules/field/src/FieldUninstallValidator.php Determines the reasons a module can not be uninstalled.
FieldUninstallValidator::__construct function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
FieldUninstallValidator::__construct function core/modules/field/src/FieldUninstallValidator.php Constructs a new FieldUninstallValidator.
FieldUninstallValidatorTest class core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @coversDefaultClass \Drupal\field\FieldUninstallValidator
@group field
FieldUninstallValidatorTest.php file core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php The mock field type plugin manager;
FieldUninstallValidatorTest::$fieldUninstallValidator property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::setUp function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::testValidateDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUninstallValidatorTest::testValidateNoDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUninstallValidatorTest::testValidateNoStorages function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUpdateActionBase class core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Provides a base for action plugins that update one or more fields.
FieldUpdateActionBase.php file core/lib/Drupal/Core/Field/FieldUpdateActionBase.php
FieldUpdateActionBase::access function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Checks object access.
FieldUpdateActionBase::execute function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Executes the plugin.
FieldUpdateActionBase::getFieldsToUpdate function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Gets an array of values to be set.
FieldUpdateTest class core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests that field settings are properly updated during database updates.
FieldUpdateTest.php file core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php
FieldUpdateTest::$configFactory property core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php The config factory service.
FieldUpdateTest::$database property core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php The database connection.
FieldUpdateTest::$installedStorageSchema property core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php The key-value collection for tracking installed storage schema.
FieldUpdateTest::$state property core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php The state service.
FieldUpdateTest::assertEntityRefDependency function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Asserts that a config depends on 'entity_reference' or not
FieldUpdateTest::setDatabaseDumpFiles function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Set database dump files to be used.
FieldUpdateTest::setUp function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Overrides WebTestBase::setUp() for update testing.
FieldUpdateTest::testEntityReferenceFieldConfigCleanUpdate function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests field_post_update_remove_handler_submit_setting().
FieldUpdateTest::testFieldUpdate8001 function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests field_update_8001().
FieldUpdateTest::testFieldUpdate8002 function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests field_update_8002().
FieldUpdateTest::testFieldUpdate8003 function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests field_update_8003().
FieldUpdateTest::testFieldUpdate8500 function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests field_update_8500().
FieldUrlTest class core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Tests the core Drupal\views\Plugin\views\field\Url handler.
FieldUrlTest.php file core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php
FieldUrlTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Modules to enable.
FieldUrlTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Views used by this test.
FieldUrlTest::testFieldUrl function core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php
FieldUrlTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Returns the views data definition.
FieldValidationTest class core/modules/field/tests/src/Kernel/FieldValidationTest.php Tests field validation.
FieldValidationTest.php file core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::$bundle property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::$entity property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::$entityType property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::setUp function core/modules/field/tests/src/Kernel/FieldValidationTest.php Set the default field storage backend for fields created during tests.
FieldValidationTest::testCardinalityConstraint function core/modules/field/tests/src/Kernel/FieldValidationTest.php Tests that the number of values is validated against the field cardinality.
FieldValidationTest::testFieldConstraints function core/modules/field/tests/src/Kernel/FieldValidationTest.php Tests that constraints defined by the field type are validated.

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