FieldList.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php |
Definition of views_handler_argument_field_list. |
FieldList.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/filter/FieldList.php |
Definition of Drupal\field\Plugin\views\filter\FieldList. |
FieldInstance |
class |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
Class for field instance objects. |
field_rebuild |
function |
drupal/core/modules/field/field.module |
Implements hook_rebuild(). |
FieldTest.php |
file |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
Definition of Drupal\views_test_data\Plugin\views\field\FieldTest. |
TextFieldTest |
class |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Tests the creation of text fields. |
FieldUnitTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests the generic field handler. |
db_drop_field |
function |
drupal/core/includes/database.inc |
Drops a field. |
field.tpl.php |
file |
drupal/core/modules/field/templates/field.tpl.php |
field.tpl.php
Default template implementation to display the value of a field. |
field-rtl.css |
file |
drupal/core/modules/field/theme/field-rtl.css |
form .field-multiple-table .field-multiple-drag {
padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle{
padding-left: .5em;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
float: right;
} |
FieldDateTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php |
Tests the core Drupal\views\Plugin\views\field\Date handler. |
field_ui_help |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_help(). |
field_ui_menu |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_menu(). |
FieldTestBase |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/FieldTestBase.php |
Provides some helper methods for testing fieldapi integration into views. |
Field::access |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements AccessibleInterface::access(). |
FieldItemBase |
class |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
An entity field item. |
_field_invoke |
function |
drupal/core/modules/field/field.attach.inc |
Invoke a field hook. |
RssFields.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Definition of Drupal\views\Plugin\views\row\RssFields. |
file.field.inc |
file |
drupal/core/modules/file/file.field.inc |
Field module functionality for the File module. |
Select::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Add multiple fields from the same table to be SELECTed. |
Field CRUD API |
group |
drupal/core/modules/field/field.crud.inc |
Creates, updates, and deletes Field API fields, bundles, and instances. |
Update::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Adds a set of field->value pairs to be updated. |
Insert::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
Adds a set of field->value pairs to be inserted. |
field.crud.inc |
file |
drupal/core/modules/field/field.crud.inc |
Field CRUD API, handling field and field instance creation and deletion. |
field.info.inc |
file |
drupal/core/modules/field/field.info.inc |
Field Info API, providing information about available fields and field types. |
field.form.inc |
file |
drupal/core/modules/field/field.form.inc |
Field forms management. |
Sql::add_field |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a field to the query table, possibly with an alias. This will
automatically call ensure_table to make sure the required table
exists, *unless* $table is unset. |
field_language |
function |
drupal/core/modules/field/field.multilingual.inc |
Returns the display language code for the fields attached to the given
entity. |
field_has_data |
function |
drupal/core/modules/field/field.module |
Determines whether a field has any data. |
db_field_names |
function |
drupal/core/includes/database.inc |
Returns an array of field names from an array of key/index column specifiers. |
Field Info API |
group |
drupal/core/modules/field/field.info.inc |
Obtains information about Field API configuration. |
Field::$parent |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
The parent entity. |
FieldException |
class |
drupal/core/modules/field/lib/Drupal/field/FieldException.php |
Base class for all exceptions thrown by Field API functions. |
Field::getName |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ContextAwareInterface::getName(). |
Field::setName |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ContextAwareInterface::setName(). |
Field::__isset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Delegate. |
Field::__unset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Delegate. |
Field::isEmpty |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ListInterface::isEmpty(). |
field_ui_theme |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_theme(). |
Field::__clone |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements a deep clone. |
theme_fieldset |
function |
drupal/core/includes/form.inc |
Returns HTML for a fieldset form element and its children. |
FieldInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Interface for fields, being lists of field items. |
EmailFieldTest |
class |
drupal/core/modules/field/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
Tests e-mail field functionality. |
field_test_menu |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_menu(). |
theme_textfield |
function |
drupal/core/includes/form.inc |
Returns HTML for a textfield form element. |
EntityFieldTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests Entity API base functionality. |
FieldCustomTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCustomTest.php |
Tests the core Drupal\views\Plugin\views\field\Custom handler. |
Update::$fields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
An array of fields that will be updated. |
link_field_info |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_info(). |
link_field_load |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_load(). |