Sql::clear_fields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Remove all fields that may've been added; primarily used for summary
mode where we're changing the query because we didn't get data we needed. |
field_update_8001 |
function |
drupal/core/modules/field/field.install |
Reassign all list.module fields to be controlled by options.module. |
FieldOverview.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Definition of Drupal\field_ui\FieldOverview. |
number_field_info |
function |
drupal/core/modules/field/modules/number/number.module |
Implements hook_field_info(). |
Schema::dropField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Drop a field. |
LinkFieldTest.php |
file |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Contains Drupal\link\Tests\LinkFieldTest. |
FieldInfoTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Definition of Drupal\field\Tests\FieldInfoTest. |
TextFieldTest.php |
file |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Definition of Drupal\text\TextFieldTest. |
field_cache_flush |
function |
drupal/core/modules/field/field.module |
Implements hook_cache_flush(). |
FieldTestBase.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
Definition of Drupal\field\Tests\FieldTestBase. |
_field_sort_items |
function |
drupal/core/modules/field/field.module |
Sorts items in a field according to user drag-and-drop reordering. |
file_field_schema |
function |
drupal/core/modules/file/file.install |
Implements hook_field_schema(). |
field_cache_clear |
function |
drupal/core/modules/field/field.module |
Clears the field info and field data caches. |
file_field_insert |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_insert(). |
file_field_update |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_update(). |
file_field_delete |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_delete(). |
Schema::dropField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Drop a field. |
field_info_fields |
function |
drupal/core/modules/field/field.info.inc |
Returns all field definitions. |
NoFieldsException |
class |
drupal/core/lib/Drupal/Core/Database/Query/NoFieldsException.php |
Exception thrown if an insert query doesn't specify insert or default fields. |
CommentFieldsTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Tests fields on comments. |
Field::createItem |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Helper for creating a list item object. |
field_test_schema |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.install |
Implements hook_schema(). |
field_add_more_js |
function |
drupal/core/modules/field/field.form.inc |
Ajax callback: Responds to a new empty widget being added to the form. |
Field Storage API |
group |
drupal/core/modules/field/field.attach.inc |
Implements a storage engine for Field API data. |
FileFieldTestBase |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Provides methods specifically for testing File module's field handling. |
field_attach_form |
function |
drupal/core/modules/field/field.attach.inc |
Adds form elements for all fields for an entity to a form structure. |
field_attach_load |
function |
drupal/core/modules/field/field.attach.inc |
Loads fields for the current revisions of a group of entities. |
views_fetch_fields |
function |
drupal/core/modules/views/views_ui/admin.inc |
Fetch a list of all fields available for a given base type. |
WidgetBase::$field |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php |
The field definition. |
QueryTest::$fields |
property |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php |
|
ImageFieldTestBase |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
This class provides methods specifically for testing Image's field handling. |
field_create_field |
function |
drupal/core/modules/field/field.crud.inc |
Creates a field. |
field_update_field |
function |
drupal/core/modules/field/field.crud.inc |
Updates a field. |
field_delete_field |
function |
drupal/core/modules/field/field.crud.inc |
Marks a field and its instances and data for deletion. |
Schema::fieldNames |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Return an array of field names from an array of key/index column specifiers. |
link_field_presave |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_presave(). |
hook_field_presave |
function |
drupal/core/modules/field/field.api.php |
Define custom presave behavior for this module's field types. |
Field::$field_info |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Store the field information. |
Field::$base_table |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
A shortcut for $view->base_table. |
Field::render_item |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
|
FieldInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Definition of Drupal\Core\Entity\Field\FieldInterface. |
FieldException.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldException.php |
|
options_field_info |
function |
drupal/core/modules/field/modules/options/options.module |
Implements hook_field_info(). |
field_test.install |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.install |
Install, update and uninstall functions for the field_test module. |
Table::$usesFields |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Does the style plugin for itself support to add fields to it's output. |
Field Language API |
group |
drupal/core/modules/field/field.multilingual.inc |
Handles multilingual fields. |
email_field_schema |
function |
drupal/core/modules/field/modules/email/email.install |
Implements hook_field_schema(). |
field_ui.admin.inc |
file |
drupal/core/modules/field_ui/field_ui.admin.inc |
Administrative interface for custom field type creation. |
field_ui.admin.css |
file |
drupal/core/modules/field_ui/field_ui.admin.css |
Stylesheet for the Field UI module. |
FIELD_LOAD_CURRENT |
constant |
drupal/core/modules/field/field.module |
Load the most recent version of an entity's field data. |