entity_example.module |
modules/examples/entity_example/entity_example.module |
Hook implementations for the Entity Example module. |
entity_example.test |
modules/examples/entity_example/tests/entity_example.test |
Tests for entity_example module. |
entity_example.tests.info |
modules/examples/entity_example/tests/entity_example.tests.info |
[EntityExampleTestCase]
name = Entity example functionality
description = Tests entity functionality.
group = Example modules
file = entity_example.test |
entity_id_layout_access.inc |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
Plugin to provide access control based upon entity ID. |
entity_layout_context_handler.inc |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Layout context handler for entities. |
entity_query.test |
core/modules/entity/tests/entity_query.test |
Unit test file for the entity API. |
entity_query_access_test.info |
core/modules/entity/tests/entity_query_access_test/entity_query_access_test.info |
name = "Entity query access test"
description = "Support module for checking entity query results."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
entity_query_access_test.module |
core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module |
Helper module for testing EntityFieldQuery access on any type of entity. |
entity_test.entity.inc |
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Test entity classes. |
entity_test.info |
core/modules/entity/tests/entity_test/entity_test.info |
name = Entity CRUD test module
description = Provides entity types based upon the CRUD API.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = entity
hidden = TRUE |
entity_test.install |
core/modules/entity/tests/entity_test/entity_test.install |
Install, update and uninstall functions for the entity_test module. |
entity_test.module |
core/modules/entity/tests/entity_test/entity_test.module |
Test module for the entity API providing an entity type for testing. |
eo.php |
core/includes/transliteration/eo.php |
|
error.test |
core/modules/simpletest/tests/error.test |
|
errors.inc |
core/includes/errors.inc |
Functions for error handling. |
error_test.info |
core/modules/simpletest/tests/error_test.info |
name = "Error test"
description = "Support module for error and exception testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
error_test.module |
core/modules/simpletest/tests/error_test.module |
|
es.php |
core/includes/transliteration/es.php |
|
evalmath.inc |
core/includes/evalmath.inc |
|
examples.index.php |
modules/examples/examples.index.php |
Example modules |
examples.info |
modules/examples/examples.info |
name = Examples for Developers
description = A variety of example modules to learn from and hack upon.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
examples.module |
modules/examples/examples.module |
This file serves as a stub file for the many example modules in the
Examples for Developers
project. |
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:… |
field.api.php |
core/modules/field/field.api.php |
Hooks provided by the Field module. |
field.attach.inc |
core/modules/field/field.attach.inc |
Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'. |
field.block.inc |
core/modules/field/field.block.inc |
|
field.crud.inc |
core/modules/field/field.crud.inc |
Field CRUD API, handling field and field instance creation and deletion. |
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.default.inc |
core/modules/field/field.default.inc |
Default 'implementations' of hook_field_*(): common field housekeeping. |
field.exceptions.inc |
core/modules/field/field.exceptions.inc |
Exceptions classes for Field module. |
field.form.inc |
core/modules/field/field.form.inc |
Field forms management. |
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.info.inc |
core/modules/field/field.info.inc |
Field Info API, providing information about available fields and field types. |
field.install |
core/modules/field/field.install |
Install, update and uninstall functions for the field module. |
field.module |
core/modules/field/field.module |
Attach custom data fields to Backdrop entities. |
field.multilingual.inc |
core/modules/field/field.multilingual.inc |
Functions implementing Field API multilingual support. |
field.test |
core/modules/field/tests/field.test |
Tests for 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.theme.inc |
core/modules/field/field.theme.inc |
Theme functions for the Field module. |
field.tokens.inc |
core/modules/field/field.tokens.inc |
Builds placeholder replacement tokens for field-related data. |
field.tpl.php |
core/modules/field/templates/field.tpl.php |
field.tpl.php
Default template implementation to display the value of a field. |
field.views.inc |
core/modules/field/views/field.views.inc |
Provide Views data and handlers for field.module. |
fieldset.css |
core/themes/basis/css/component/fieldset.css |
Fieldsets styling. |
field_example.css |
modules/examples/field_example/field_example.css |
CSS for Field Example. |
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.install |
modules/examples/field_example/field_example.install |
Install, update, and uninstall functions for the field_example module. |
field_example.module |
modules/examples/field_example/field_example.module |
Hook implementations for the Field Example module. |
field_example.test |
modules/examples/field_example/tests/field_example.test |
Tests 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_permission_example.css |
modules/examples/field_permission_example/field_permission_example.css |
CSS for Field Example. |