SelectInterface::addField |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Adds a field to the list to be SELECTed. |
link_field_formatter_info |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_formatter_info(). |
ManageFieldsTest::getInfo |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
|
CrudTest::testDeleteField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test the deletion of a field. |
TestFieldDefaultFormatter |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Plugin implementation of the 'field_test_default' formatter. |
link_field_formatter_view |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_formatter_view(). |
CrudTest::testUpdateField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test updating a field. |
ImageFieldDisplayTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Definition of Drupal\image\Tests\ImageFieldDisplayTest. |
Fields::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
field_sql_storage.install |
file |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Install, update, and uninstall functions for the Field SQL Storage module. |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Set a field to have no default value. |
_field_sql_storage_schema |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Returns the database schema for a field. |
hook_field_attach_presave |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_presave(). |
FieldAccessTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
Modules to enable. |
hook_field_language_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on field_language() values. |
FieldUiTestBase::$modules |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php |
Modules to enable. |
FieldEntityTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
Modules to enable. |
FieldSqlStorageBundle.php |
file |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/FieldSqlStorageBundle.php |
Definition of Drupal\field_sql_storage\FieldSqlStorageBundle. |
hook_field_storage_delete |
function |
drupal/core/modules/field/field.api.php |
Delete all field data for an entity. |
JsonldFieldItemNormalizer |
class |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldFieldItemNormalizer.php |
Converts the Drupal entity object structure to JSON-LD array structure. |
FieldTypeTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Node/FieldTypeTest.php |
Views used by this test. |
FieldOverview::getRegions |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Implements Drupal\field_ui\OverviewBase::getRegions(). |
options_field_widget_info |
function |
drupal/core/modules/field/modules/options/options.module |
Implements hook_field_widget_info(). |
LinkFieldUITest::$modules |
property |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php |
Modules to enable. |
options_field_widget_form |
function |
drupal/core/modules/field/modules/options/options.module |
Implements hook_field_widget_form(). |
FileFieldValidateTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
Definition of Drupal\file\Tests\FileFieldValidateTest. |
hook_field_purge_instance |
function |
drupal/core/modules/field/field.api.php |
Acts when a field instance is being purged. |
taxonomy_field_views_data |
function |
drupal/core/modules/taxonomy/taxonomy.views.inc |
Implements hook_field_views_data(). |
field_available_languages |
function |
drupal/core/modules/field/field.multilingual.inc |
Collects the available language codes for the given entity type and field. |
FileFieldRevisionTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php |
Definition of Drupal\file\Tests\FileFieldRevisionTest. |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set a field to have no default value. |
views-view-fields.tpl.php |
file |
drupal/core/modules/views/theme/views-view-fields.tpl.php |
Default simple view template to all the fields as a row. |
FieldBooleanTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldBooleanTest.php |
|
FieldBooleanTest::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldBooleanTest.php |
Returns a very simple test dataset. |
FieldInstanceCrudTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Definition of Drupal\field\Tests\FieldInstanceCrudTest. |
SelectExtender::getFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the fields array for this query. |
FieldInfo::$unknownFields |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Separately tracks requested field names or IDs that do not exist. |
template_preprocess_field |
function |
drupal/core/modules/field/field.module |
Theme preprocess function for theme_field() and field.tpl.php. |
field_ui_inactive_message |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Displays a message listing the inactive fields of a given bundle. |
field_ui_table_pre_render |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Render API callback: Performs pre-render tasks on field_ui_table elements. |
file_field_widget_process |
function |
drupal/core/modules/file/file.field.inc |
Render API callback: Processes a file_generic field element. |
FieldUnitTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Views used by this test. |
_field_info_collate_types |
function |
drupal/core/modules/field/field.info.inc |
Collates all information on field types, widget types and related structures. |
field_ui_display_overview |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Returns the built and processed 'Manage display' form of a bundle. |
image_field_settings_form |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_settings_form(). |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Set a field to have no default value. |
FieldUnitTest::testRender |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests that the render function is called. |
OptionsFieldTest::getInfo |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php |
|
field_ui_widget_type_form |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Form constructor for the widget selection form. |
field_test_field_validate |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_validate(). |