Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
FieldUiPermissions::create function core/modules/field_ui/src/FieldUiPermissions.php Instantiates a new instance of this class.
FieldUiPermissions::fieldPermissions function core/modules/field_ui/src/FieldUiPermissions.php Returns an array of field UI permissions.
FieldUiPermissions::__construct function core/modules/field_ui/src/FieldUiPermissions.php Constructs a new FieldUiPermissions instance.
FieldUIRouteTest class core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Tests the functionality of the Field UI route subscriber.
FieldUIRouteTest.php file core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
FieldUIRouteTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php The theme to install as the default for testing.
FieldUIRouteTest::$modules property core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Modules to install.
FieldUIRouteTest::assertLocalTasks function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Asserts that local tasks exists.
FieldUIRouteTest::setUp function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
FieldUIRouteTest::testFieldUIRoutes function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Ensures that entity types with bundles do not break following entity types.
FieldUiTable class core/modules/field_ui/src/Element/FieldUiTable.php Provides a field_ui table element.
FieldUiTable.php file core/modules/field_ui/src/Element/FieldUiTable.php
FieldUiTable::getInfo function core/modules/field_ui/src/Element/FieldUiTable.php Returns the element properties for this element.
FieldUiTable::preRenderRegionRows function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render to move #regions to rows.
FieldUiTable::reduceOrder function core/modules/field_ui/src/Element/FieldUiTable.php Determines the rendering order of an array representing a tree.
FieldUiTable::tablePreRender function core/modules/field_ui/src/Element/FieldUiTable.php Performs pre-render tasks on field_ui_table elements.
FieldUiTableTest class core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php Tests Drupal\field_ui\Element\FieldUiTable.
FieldUiTableTest.php file core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php
FieldUiTableTest::providerTestReduceOrder function core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php Provides test data for testReduceOrder().
FieldUiTableTest::testReduceOrder function core/modules/field_ui/tests/src/Unit/FieldUiTableTest.php Tests reduce order.
FieldUiTest class core/modules/field_ui/tests/src/Unit/FieldUiTest.php Tests Drupal\field_ui\FieldUI.
FieldUITest class core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests the UI of the field handler.
FieldUITest class core/modules/views_ui/tests/src/Functional/FieldUITest.php Tests the UI of field handlers.
FieldUITest.php file core/modules/views_ui/tests/src/Functional/FieldUITest.php
FieldUITest.php file core/modules/field/tests/src/Functional/Views/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 install.
FieldUITest::$testViews property core/modules/field/tests/src/Functional/Views/FieldUITest.php Views used by this test.
FieldUITest::$testViews property core/modules/views_ui/tests/src/Functional/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 Tests get next destination.
FieldUiTest::testGetNextDestinationEmpty function core/modules/field_ui/tests/src/Unit/FieldUiTest.php Tests get next destination empty.
FieldUiTest::testGetNextDestinationRouteName function core/modules/field_ui/tests/src/Unit/FieldUiTest.php Tests get next destination route name.
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.
FieldUiTestDeprecatedHooks class core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php Hook implementations for field_ui_test_deprecated.
FieldUiTestDeprecatedHooks.php file core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php
FieldUiTestDeprecatedHooks::formFieldStorageConfigEditFormAlter function core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php Implements hook_form_FORM_ID_alter() for field_storage_config_edit_form.
FieldUiTestHooks class core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php Hook implementations for field_ui_test.
FieldUiTestHooks.php file core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php
FieldUiTestHooks::fieldConfigAccess function core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php Implements hook_ENTITY_TYPE_access().
FieldUiTestHooks::fieldFormatterThirdPartySettingsForm function core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php Implements hook_field_formatter_third_party_settings_form().
FieldUiTestHooks::formEntityViewDisplayEditFormAlter function core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php Implements hook_form_FORM_BASE_ID_alter().

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