Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| field_ui.admin.css | file | core/ |
Stylesheet for the Field UI module. |
| field_ui.admin.css | file | core/ |
Stylesheet for the Field UI module. |
| field_ui.icons.theme.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore cacbd */ .field-option__icon { position: relative; height: 100%; background-image:… |
| field_ui.icons.theme.pcss.css | file | core/ |
/* cspell:ignore cacbd */ .field-option__icon { position: relative; height: 100%; background-image: url(../../../misc/icons/55565b/puzzle_piece_placeholder.svg); background-repeat: no-repeat; background-position: center; background-size:… |
| field_ui.libraries.yml | file | core/ |
core/modules/field_ui/field_ui.libraries.yml |
| field_ui.links.action.yml | file | core/ |
core/modules/field_ui/field_ui.links.action.yml |
| field_ui.links.menu.yml | file | core/ |
core/modules/field_ui/field_ui.links.menu.yml |
| field_ui.links.task.yml | file | core/ |
core/modules/field_ui/field_ui.links.task.yml |
| field_ui.manage_display.html.twig | file | core/ |
--- label: 'Configuring field display for an entity sub-type' related: - core.content_structure - field_ui.add_field - field_ui.manage_form - core.ui_accessibility --- {% set content_types_link_text %}{% trans %}Content types{%… |
| field_ui.permissions.yml | file | core/ |
core/modules/field_ui/field_ui.permissions.yml |
| field_ui.schema.yml | file | core/ |
core/modules/field_ui/config/schema/field_ui.schema.yml |
| field_ui.services.yml | file | core/ |
core/modules/field_ui/field_ui.services.yml |
| field_ui.settings.yml | file | core/ |
core/modules/field_ui/config/install/field_ui.settings.yml |
| field_ui.subscriber | service | core/ |
Drupal\field_ui\Routing\RouteSubscriber |
| field_ui_add_field.module.css | file | core/ |
field_ui_add_field.module.css |
| field_ui_add_field.module.pcss.css | file | core/ |
field_ui_add_field.module.css |
| field_ui_add_field.theme.css | file | core/ |
field_ui_add_field.theme.css |
| field_ui_display_mode_table.css | file | core/ |
.display-mode-table th:first-child { width: 30%; } .display-mode-table th:nth-child(2) { width: 50%; } .display-mode-table th:last-child { width: 20%; } .display-mode-table td { max-width: 50px; word-wrap: break-word; } |
| field_ui_display_mode_table.css | file | core/ |
.display-mode-table th:first-child { width: 30%; } .display-mode-table th:nth-child(2) { width: 50%; } .display-mode-table th:last-child { width: 20%; } .display-mode-table td { max-width: 50px; word-wrap: break-word; } |
| field_ui_display_overview_table.css | file | core/ |
.display-mode-overview-table th:first-child { width: 20%; } .display-mode-overview-table th:nth-child(2) { width: 50%; } .display-mode-overview-table th:last-child { width: 30%; } .display-mode-overview-table td { max-width: 50px; word-wrap:… |
| field_ui_display_overview_table.css | file | core/ |
.display-mode-overview-table th:first-child { width: 20%; } .display-mode-overview-table th:nth-child(2) { width: 50%; } .display-mode-overview-table th:last-child { width: 30%; } .display-mode-overview-table td { max-width: 50px; word-wrap:… |
| field_ui_form_manage_field_form_submit | function | core/ |
Form submission handler for the 'Save and manage fields' button. |
| field_ui_test.info.yml | file | core/ |
core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml |
| field_ui_test_deprecated.info.yml | file | core/ |
core/modules/field_ui/tests/modules/field_ui_test_deprecated/field_ui_test_deprecated.info.yml |
| field_update_last_removed | function | core/ |
Implements hook_update_last_removed(). |
| file.css | file | core/ |
Extends styles of the file link. |
| file.css | file | core/ |
Default style for file module. |
| file.css | file | core/ |
Default style for file module. |
| file.css | file | core/ |
Default style for file module. |
| file.css | file | core/ |
Extends styles of the file link. |
| file.css | file | core/ |
Extends styles of the file link. |
| file.event.subscriber | service | core/ |
Drupal\file\EventSubscriber\FileEventSubscriber |
| file.field_type_categories.yml | file | core/ |
core/modules/file/file.field_type_categories.yml |
| file.htaccess_writer | service | core/ |
Drupal\Core\File\HtaccessWriter |
| file.icon.theme.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .field-icon-file_upload { background-image: url("data:image/svg+xml,%3csvg height='36'… |
| file.icon.theme.pcss.css | file | core/ |
.field-icon-file_upload { background-image: url(../../../misc/icons/55565b/file_upload.svg); } |
| file.input_stream_file_writer | service | core/ |
Drupal\file\Upload\InputStreamFileWriter |
| file.install | file | core/ |
Install, update and uninstall functions for File module. |
| file.libraries.yml | file | core/ |
core/modules/file/file.libraries.yml |
| file.mime_type.guesser | service | core/ |
Drupal\Core\File\MimeType\MimeTypeGuesser |
| file.mime_type.guesser.extension | service | core/ |
Drupal\Core\File\MimeType\ExtensionMimeTypeGuesser |
| file.pcss.css | file | core/ |
Extends styles of the file link. |
| file.pcss.css | file | core/ |
Extends styles of the file link. |
| file.pcss.css | file | core/ |
Extends styles of the file link. |
| file.permissions.yml | file | core/ |
core/modules/file/file.permissions.yml |
| file.post_update.php | file | core/ |
Post update functions for File. |
| file.recursive_validator | service | core/ |
Symfony\Component\Validator\Validator\ValidatorInterface |
| file.recursive_validator_factory | service | core/ |
Drupal\file\Validation\RecursiveValidatorFactory |
| file.repository | service | core/ |
Drupal\file\FileRepository |
| file.schema.yml | file | core/ |
core/modules/file/config/schema/file.schema.yml |
Pagination
- Previous page
- Page 569
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.