Search for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityFieldQueryTestCase::$fields | property | modules/ |
|
EntityFieldQueryTestCase::$field_names | property | modules/ |
|
EntityFieldQueryTestCase::$instances | property | modules/ |
|
EntityFieldQueryTestCase::assertEntityFieldQuery | function | modules/ |
Fetches the results of an EntityFieldQuery and compares. |
EntityFieldQueryTestCase::getInfo | function | modules/ |
|
EntityFieldQueryTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
EntityFieldQueryTestCase::testEntityFieldQuery | function | modules/ |
Tests EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryAccess | function | modules/ |
Tests EntityFieldQuery access on non-node entities. |
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager | function | modules/ |
Tests disabling the pager in EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions | function | modules/ |
Tests field meta conditions. |
EntityFieldQueryTestCase::testEntityFieldQueryPager | function | modules/ |
Tests the pager integration of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryRouting | function | modules/ |
Tests the routing feature of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryTableSort | function | modules/ |
Tests the TableSort integration of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable | function | modules/ |
Tests querying translatable fields. |
EntityFieldQueryTestCase::testTablePrefixing | function | modules/ |
Tests EFQ table prefixing with multiple conditions and an altered join. |
entity_form_field_validate | function | includes/ |
Attaches field API validation to entity forms. |
Field API | group | modules/ |
Attach custom data fields to Drupal entities. |
Field API bulk data deletion | group | modules/ |
Clean up after Field API bulk deletion operations. |
Field Attach API | group | modules/ |
Operate on Field API data attached to Drupal entities. |
Field CRUD API | group | modules/ |
Create, update, and delete Field API fields, bundles, and instances. |
Field Formatter API | group | modules/ |
Define Field API formatter types. |
Field Info API | group | modules/ |
Obtain information about Field API configuration. |
Field Language API | group | modules/ |
Handling of multilingual fields. |
Field Storage API | group | modules/ |
Implement a storage engine for Field API data. |
Field Types API | group | modules/ |
Define field types. |
Field Widget API | group | modules/ |
Define Field API widget types. |
field-rtl.css | file | modules/ |
form .field-multiple-table th.field-label { padding-right: 0; } form .field-multiple-table td.field-multiple-drag { padding-left: 0; } form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{ padding-left:… |
field.api.php | file | modules/ |
Hooks provided by the Field module. |
field.attach.inc | file | modules/ |
Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'. |
field.crud.inc | file | modules/ |
Field CRUD API, handling field and field instance creation and deletion. |
field.css | file | modules/ |
/* Field display */ .field .field-label { font-weight: bold; } .field-label-inline .field-label, .field-label-inline .field-items { float:left; /*LTR*/ } /* Form display */ form .field-multiple-table { margin: 0; } form .field-multiple-table… |
field.default.inc | file | modules/ |
Default 'implementations' of hook_field_*(): common field housekeeping. |
field.form.inc | file | modules/ |
Field forms management. |
field.info | file | modules/ |
name = Field description = Field API to add fields to entities like nodes and users. package = Core version = VERSION core = 7.x files[] = field.module files[] = field.attach.inc files[] = field.info.class.inc files[] = tests/field.test dependencies[]… |
field.info.class.inc | file | modules/ |
|
field.info.inc | file | modules/ |
Field Info API, providing information about available fields and field types. |
field.install | file | modules/ |
Install, update and uninstall functions for the field module. |
field.module | file | modules/ |
Attach custom data fields to Drupal entities. |
field.multilingual.inc | file | modules/ |
Functions implementing Field API multilingual support. |
field.test | file | modules/ |
Tests for field.module. |
field.tpl.php | file | modules/ |
field.tpl.php Default template implementation to display the value of a field. |
FieldAttachOtherTestCase | class | modules/ |
Unit test class for non-storage related field_attach_* functions. |
FieldAttachOtherTestCase::$instance2 | property | modules/ |
|
FieldAttachOtherTestCase::getInfo | function | modules/ |
|
FieldAttachOtherTestCase::testFieldAttachCache | function | modules/ |
Test field cache. |
FieldAttachOtherTestCase::testFieldAttachForm | function | modules/ |
Test field_attach_form(). |
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple | function | modules/ |
Tests the 'multiple entity' behavior of field_attach_prepare_view(). |
FieldAttachOtherTestCase::testFieldAttachSubmit | function | modules/ |
Test field_attach_submit(). |
FieldAttachOtherTestCase::testFieldAttachValidate | function | modules/ |
Test field_attach_validate(). |
FieldAttachOtherTestCase::testFieldAttachView | function | modules/ |
Test field_attach_view() and field_attach_prepare_view(). |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.