FieldInstanceCrudTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Definition of Drupal\field\Tests\FieldInstanceCrudTest. |
DatetimeFieldTest::$field |
property |
drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php |
A field to use in this test class. |
FieldImportChangeTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportChangeTest.php |
Contains \Drupal\field\Tests\FieldImportChangeTest. |
FieldInfo::$moduleHandler |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Stores a module manager to invoke hooks. |
FieldInfo::$unknownFields |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Separately tracks requested field names or IDs that do not exist. |
Field::getReservedColumns |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
A list of columns that can not be used as field type columns. |
field_test_views.info.yml |
file |
drupal/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml |
drupal/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml |
_field_sql_storage_schema |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Returns the database schema for a field. |
HandlerBase::$actualField |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
When a field has been moved this property is set. |
OptionsFieldUITest::setUp |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Sets up a Drupal site for running functional and integration tests. |
hook_field_attach_presave |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_presave(). |
form_pre_render_textfield |
function |
drupal/core/includes/form.inc |
Prepares a #type 'textfield' render element for theme_input(). |
ImageFieldDisplayTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Definition of Drupal\image\Tests\ImageFieldDisplayTest. |
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. |
hook_field_language_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on field_language() values. |
EntityFieldTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Modules to enable. |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set a field to have no default value. |
hook_field_storage_delete |
function |
drupal/core/modules/field/field.api.php |
Delete all field data for an entity. |
StylePluginBase::getField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Gets a rendered field. |
field_sql_storage.install |
file |
drupal/core/modules/field_sql_storage/field_sql_storage.install |
Install, update, and uninstall functions for the Field SQL Storage module. |
FieldItemInterface::__get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php |
Magic method: Gets a property value. |
FieldOverview::getRegions |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Implements Drupal\field_ui\OverviewBase::getRegions(). |
FieldItemInterface::__set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php |
Magic method: Sets a property value. |
EntityFieldTest::testSave |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tries to save and load an entity again. |
HandlerBase::getDateField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Creates cross-database SQL dates. |
SelectInterface::addField |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Adds a field to the list to be SELECTed. |
FieldOverview::submitForm |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Overrides \Drupal\field_ui\OverviewBase::submitForm(). |
image_field_settings_form |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_settings_form(). |
FieldEntityTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
Modules to enable. |
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->getFormula(); |
hook_field_purge_instance |
function |
drupal/core/modules/field/field.api.php |
Acts when a field instance is being purged. |
FieldTestBase::$instances |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldTestBase.php |
Stores the instances of the fields. They have
the same keys as the fields. |
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. |
FieldBooleanTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldBooleanTest.php |
|
field_ui_view_mode_delete |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_view_mode_delete(). |
FieldBooleanTest::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldBooleanTest.php |
Returns a very simple test dataset. |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Set a field to have no default value. |
EditController::fieldForm |
function |
drupal/core/modules/edit/lib/Drupal/edit/EditController.php |
Returns a single field edit form as an Ajax response. |
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. |
field_available_languages |
function |
drupal/core/modules/field/field.multilingual.inc |
Collects the available language codes for the given entity type and field. |
CrudTest::testCreateField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test the creation of a field. |
CrudTest::testDeleteField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test the deletion of a field. |
FieldPluginBase::$aliases |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
|
HandlerFieldFieldTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php |
Contains \Drupal\field\Tests\Views\HandlerFieldFieldTest. |
CrudTest::testUpdateField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test updating a field. |
_field_info_collate_types |
function |
drupal/core/modules/field/field.info.inc |
Collates all information on field types, widget types and related structures. |
ImageFieldTestBase::setUp |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
FieldInstanceEditForm.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceEditForm.php |
Contains \Drupal\field_ui\Form\FieldInstanceEditForm. |
FieldInstanceFormBase.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceFormBase.php |
Contains \Drupal\field_ui\Form\FieldInstanceFormBase. |
FieldPluginBase::getValue |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Get the value that's supposed to be rendered. |