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
Title Object type File name Summary
FieldUiTable::tablePreRender function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render tasks on field_ui_table elements.
FieldUiTest class core/modules/field_ui/tests/src/Unit/FieldUiTest.php @coversDefaultClass \Drupal\field_ui\FieldUI[[api-linebreak]]
FieldUITest class core/modules/views_ui/tests/src/Functional/FieldUITest.php Tests the UI of field handlers.
FieldUITest class core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests the UI of the field field handler.
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
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[[api-linebreak]]
FieldUiTest::testGetNextDestinationEmpty function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination[[api-linebreak]]
FieldUiTest::testGetNextDestinationRouteName function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination[[api-linebreak]]
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/src/Tests/FieldUiTestTrait.php Provides common functionality for the Field UI test classes.
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.php file core/modules/field_ui/src/Tests/FieldUiTestTrait.php
FieldUiTestTrait::fieldUIAddExistingField function core/modules/field_ui/src/Tests/FieldUiTestTrait.php Adds an existing field through the Field UI.
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::fieldUIAddNewField function core/modules/field_ui/src/Tests/FieldUiTestTrait.php Creates a new field through the Field UI.
FieldUiTestTrait::fieldUIDeleteField function core/modules/field_ui/src/Tests/FieldUiTestTrait.php Deletes a 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::__construct function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Constructs a ProxyClass Drupal proxy object.

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