File namesort ascending Location Description
field_test_schema_alter.module core/modules/field/tests/field_test_schema_alter/field_test_schema_alter.module Empty file.
field_test_schema_alter.install core/modules/field/tests/field_test_schema_alter/field_test_schema_alter.install Install, update and uninstall functions for the field_test_schema_alter module.
field_test_schema_alter.info core/modules/field/tests/field_test_schema_alter/field_test_schema_alter.info name = "Field API Schema Alter Test" description = "Support module for the Field API schema alter tests." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
field_test.storage.inc core/modules/field/tests/field_test/field_test.storage.inc Defines a field storage backend.
field_test.module core/modules/field/tests/field_test/field_test.module Helper module for the Field API tests.
field_test.install core/modules/field/tests/field_test/field_test.install Install, update and uninstall functions for the field_test module.
field_test.info core/modules/field/tests/field_test/field_test.info name = "Field API Test" description = "Support module for the Field API tests." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
field_test.field.inc core/modules/field/tests/field_test/field_test.field.inc Defines a field type and its formatters and widgets.
field_test.entity.inc core/modules/field/tests/field_test/field_test.entity.inc Defines an entity type.
field_test.controller.inc core/modules/field/tests/field_test/field_test.controller.inc
field_test.class.inc core/modules/field/tests/field_test/field_test.class.inc
field_sql_storage.tests.info core/modules/field/modules/field_sql_storage/tests/field_sql_storage.tests.info [FieldSqlStorageTestCase] name = Field SQL Storage tests description = Test Field SQL Storage module. group = Field API file = field_sql_storage.test
field_sql_storage.test core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Tests for field_sql_storage.module.
field_sql_storage.module core/modules/field/modules/field_sql_storage/field_sql_storage.module Default implementation of the field storage API.
field_sql_storage.install core/modules/field/modules/field_sql_storage/field_sql_storage.install Install, update and uninstall functions for the field_sql_storage module.
field_sql_storage.info core/modules/field/modules/field_sql_storage/field_sql_storage.info type = module name = Field SQL Storage description = Stores field data in an SQL database. package = Fields tags[] = Content tags[] = System version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field required = TRUE
field_permission_example.tests.info modules/examples/field_permission_example/tests/field_permission_example.tests.info [FieldTestPermissionsExample] name = Field permission example functionality description = Tests field permission functionality. group = Example modules file = field_permission_example.test
field_permission_example.test modules/examples/field_permission_example/tests/field_permission_example.test Tests for Field Permission Example.
field_permission_example.module modules/examples/field_permission_example/field_permission_example.module Hook implementations for the Field Permission Example module.
field_permission_example.install modules/examples/field_permission_example/field_permission_example.install Install function for the field_permission_example module.
field_permission_example.info modules/examples/field_permission_example/field_permission_example.info name = Field Permission Example description = An example for a fieldnote field with permissions. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
field_permission_example.css modules/examples/field_permission_example/field_permission_example.css CSS for Field Example.
field_example.tests.info modules/examples/field_example/tests/field_example.tests.info [FieldExampleTest] name = Field example functionality description = Create a content type with example_field_rgb fields, create a node, check for correct values. group = Example modules file = field_example.test
field_example.test modules/examples/field_example/tests/field_example.test Tests for Field Example.
field_example.module modules/examples/field_example/field_example.module Hook implementations for the Field Example module.
field_example.install modules/examples/field_example/field_example.install Install, update, and uninstall functions for the field_example module.
field_example.info modules/examples/field_example/field_example.info name = Field Example description = An implementation of a field to show how to use the field API. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
field_example.css modules/examples/field_example/field_example.css CSS for Field Example.
fieldset.css core/themes/basis/css/component/fieldset.css Fieldsets styling.
field.views.inc core/modules/field/views/field.views.inc Provide Views data and handlers for field.module.
field.tpl.php core/modules/field/templates/field.tpl.php field.tpl.php Default template implementation to display the value of a field.
field.tokens.inc core/modules/field/field.tokens.inc Builds placeholder replacement tokens for field-related data.
field.theme.inc core/modules/field/field.theme.inc Theme functions for the Field module.
field.tests.info core/modules/field/tests/field.tests.info [FieldAttachOtherTestCase] name = Field attach tests (other) description = Test other Field Attach API functions. group = Field API file = field.test [FieldInfoTestCase] name = Field info tests description = Get information about existing fields,…
field.test core/modules/field/tests/field.test Tests for field.module.
field.multilingual.inc core/modules/field/field.multilingual.inc Functions implementing Field API multilingual support.
field.module core/modules/field/field.module Attach custom data fields to Backdrop entities.
field.install core/modules/field/field.install Install, update and uninstall functions for the field module.
field.info.inc core/modules/field/field.info.inc Field Info API, providing information about available fields and field types.
field.info core/modules/field/field.info type = module name = Field description = Field API to add fields to entities like nodes and users. package = System tags[] = Fields version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field_sql_storage dependencies[] = entity required =…
field.form.inc core/modules/field/field.form.inc Field forms management.
field.exceptions.inc core/modules/field/field.exceptions.inc Exceptions classes for Field module.
field.default.inc core/modules/field/field.default.inc Default 'implementations' of hook_field_*(): common field housekeeping.
field.css core/modules/field/css/field.css /* Field display */ .field .field-label { font-weight: bold; } .field-label-inline .field-label, .field-label-inline .field-items { float:left; /*LTR*/ } [dir="rtl"] .field-label-inline .field-label, [dir="rtl"]…
field.crud.inc core/modules/field/field.crud.inc Field CRUD API, handling field and field instance creation and deletion.
field.block.inc core/modules/field/field.block.inc
field.attach.inc core/modules/field/field.attach.inc Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'.
field.api.php core/modules/field/field.api.php Hooks provided by the Field module.
farbtastic.css core/misc/farbtastic/farbtastic.css .farbtastic { position: relative; } .farbtastic * { position: absolute; cursor: crosshair; } .farbtastic, .farbtastic .wheel { width: 195px; height: 195px; } .farbtastic .color, .farbtastic .overlay { top: 47px; left: 47px; width:…
examples.module modules/examples/examples.module This file serves as a stub file for the many example modules in the Examples for Developers project.

Pages