hook_field_storage_purge |
function |
drupal/core/modules/field/field.api.php |
Remove field storage information when field data is purged. |
FileFieldDisplayTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php |
Definition of Drupal\file\Tests\FileFieldDisplayTest. |
HandlerFieldUserNameTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFieldUserNameTest.php |
Tests the field username handler. |
TaxonomyTerm::$pathField |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/wizard/TaxonomyTerm.php |
Set default values for the path field options. |
views-view-field.tpl.php |
file |
drupal/core/modules/views/theme/views-view-field.tpl.php |
This template is used to print a single field in a view. |
Tables::ensureFieldTable |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Join field table if necessary. |
drupal_schema_fields_sql |
function |
drupal/core/includes/schema.inc |
Retrieves a list of fields from a table schema. |
FieldInstance::getWidget |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
Returns the Widget plugin for the instance. |
FieldAttachOtherTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Definition of Drupal\field\Tests\FieldAttachOtherTest. |
FieldInstance::offsetGet |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
Implements ArrayAccess::offsetGet(). |
FieldInstance::offsetSet |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
Implements ArrayAccess::offsetSet(). |
_field_sort_items_helper |
function |
drupal/core/modules/field/field.module |
Callback for usort() within _field_sort_items(). |
FieldValidationException |
class |
drupal/core/modules/field/lib/Drupal/field/FieldValidationException.php |
Exception thrown by field_attach_validate() on field validation errors. |
TextFieldTest::$instance |
property |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
|
field_view_mode_settings |
function |
drupal/core/modules/field/field.module |
Returns view mode settings in a given bundle. |
TextFieldTest::$web_user |
property |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
|
file_field_settings_form |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_settings_form(). |
hook_field_settings_form |
function |
drupal/core/modules/field_ui/field_ui.api.php |
Add settings to a field settings form. |
SelectExtender::addField |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Adds a field to the list to be SELECTed. |
FieldInfo::$emptyBundles |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Separately tracks requested bundles that are empty (or do not exist). |
file_field_widget_submit |
function |
drupal/core/modules/file/file.field.inc |
Form submission handler for upload/remove button of file_field_widget_form(). |
FieldUnitTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Overrides Drupal\views\Tests\ViewTestBase::viewsData(). |
image_field_prepare_view |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_prepare_view(). |
FieldUnitTest::testQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests all things related to the query. |
field_info_storage_types |
function |
drupal/core/modules/field/field.info.inc |
Returns information about field storage from hook_field_storage_info(). |
FieldUnitTest::testEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests everything related to empty output of a field. |
field_ui_field_edit_form |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Form constructor for the field instance settings form. |
field_test_default_value |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Sample 'default value' callback. |
FieldDateTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php |
Returns the views data definition. |
_field_test_storage_data |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Helper function: stores or retrieves data from the 'storage backend'. |
EmailFieldTest::$modules |
property |
drupal/core/modules/field/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
Modules to enable. |
field_test_create_bundle |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Creates a new bundle for test_entity entities. |
field_test_rename_bundle |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Renames a bundle for test_entity entities. |
field_test_delete_bundle |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Deletes a bundle for test_entity objects. |
FieldItemBase::getString |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements TypedDataInterface::getString(). |
field_test_create_entity |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Creates a basic test_entity entity. |
NumberFieldTest::getInfo |
function |
drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
|
FileFieldTestBase::setUp |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
field_attach_prepare_view |
function |
drupal/core/modules/field/field.attach.inc |
Prepares field data prior to display. |
ManyToOneHelper::getField |
function |
drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php |
Sometimes the handler might want us to use some kind of formula, so give
it that option. If it wants us to do this, it must set $helper->formula = TRUE
and implement handler->get_formula(); |
FieldWebTest::$column_map |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
|
EntityFieldTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Modules to enable. |
Update::$expressionFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Array of fields to update to an expression in case of a duplicate record. |
EntityFieldTest::testSave |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tries to save and load an entity again. |
ImageFieldTestBase::setUp |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Set a field to have no default value. |
FieldTest::getPlaceholder |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
A mock function which allows to call placeholder from public. |
RowPluginBase::usesFields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php |
Returns the usesFields property. |
HandlerBase::$actualField |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
When a field has been moved this property is set. |
CrudTest::testCreateField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test the creation of a field. |