Search for Field

  1. Search 7.x for Field
  2. Search 8.9.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.

All search results

Title Object type File name Summary
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 enable.
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::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.
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.
FieldUninstallValidator::$drupalProxyOriginalServiceId property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The id of the original proxied service.
FieldUninstallValidator::$fieldStorageConfigStorage property core/modules/field/src/FieldUninstallValidator.php The field storage config storage.
FieldUninstallValidator::$fieldTypeManager property core/modules/field/src/FieldUninstallValidator.php The field type plugin manager.
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::validateConfigImport function core/modules/field/src/FieldUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.
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

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