Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FieldUiLocalTask::alterLocalTasks function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Alters the base_route definition for field_ui local tasks.
FieldUiLocalTask::create function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Creates a new class instance.
FieldUiLocalTask::getDerivativeDefinitions function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Gets the definition of all derivatives of a base plugin.
FieldUiLocalTask::__construct function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Creates a FieldUiLocalTask object.
FieldUiPermissions class core/modules/field_ui/src/FieldUiPermissions.php Provides dynamic permissions of the field_ui module.
FieldUiPermissions.php file core/modules/field_ui/src/FieldUiPermissions.php
FieldUiPermissions::$entityTypeManager property core/modules/field_ui/src/FieldUiPermissions.php The entity type manager.
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.
FieldUiRouteEnhancer class core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php Enhances Field UI routes by adding proper information about the bundle name.
FieldUiRouteEnhancer.php file core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php
FieldUiRouteEnhancerTest class core/modules/field_ui/tests/src/Unit/FieldUiRouteEnhancerTest.php @coversDefaultClass \Drupal\field_ui\Routing\FieldUiRouteEnhancer[[api-linebreak]]
FieldUiRouteEnhancerTest class core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php Tests that the service "field_ui.route_enhancer" has been deprecated.
FieldUiRouteEnhancerTest.php file core/modules/field_ui/tests/src/Unit/FieldUiRouteEnhancerTest.php
FieldUiRouteEnhancerTest.php file core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php
FieldUiRouteEnhancerTest::$modules property core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php Modules to install.
FieldUiRouteEnhancerTest::testDeprecation function core/modules/field_ui/tests/src/Unit/FieldUiRouteEnhancerTest.php Tests deprecation of the Drupal\field_ui\Routing\FieldUiRouteEnhancer.
FieldUiRouteEnhancerTest::testFieldUiRouteEnhancerDeprecation function core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php Tests deprecation of the "field_ui.route_enhancer" service.
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::testAdminRoute function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Asserts that admin routes are correctly marked as such.
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 @coversDefaultClass \Drupal\field_ui\Element\FieldUiTable[[api-linebreak]]
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 @covers ::reduceOrder[[api-linebreak]]
FieldUiTest class core/modules/field_ui/tests/src/Unit/FieldUiTest.php @coversDefaultClass \Drupal\field_ui\FieldUI[[api-linebreak]]
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 enable.
FieldUiTest::$pathValidator property core/modules/field_ui/tests/src/Unit/FieldUiTest.php The path validator.
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.

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