EditFieldForm::validate |
function |
drupal/core/modules/edit/lib/Drupal/edit/Form/EditFieldForm.php |
Validates the form. |
EditFieldForm::simplify |
function |
drupal/core/modules/edit/lib/Drupal/edit/Form/EditFieldForm.php |
Simplifies the field edit form for in-place editing. |
datetime_field_is_empty |
function |
drupal/core/modules/datetime/datetime.module |
Implements hook_field_is_empty(). |
theme_views_view_fields |
function |
drupal/core/modules/views/views.theme.inc |
Returns HTML for multiple views fields. |
EmailFieldTest::getInfo |
function |
drupal/core/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
|
FieldUrlTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
Returns the views data definition. |
FieldFormatter::$module |
property |
drupal/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php |
The name of the module providing the formatter. |
user_field_extra_fields |
function |
drupal/core/modules/user/user.module |
Implements hook_field_extra_fields(). |
Connection::escapeField |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes a field name string. |
hook_field_extra_fields |
function |
drupal/core/modules/field/field.api.php |
Exposes "pseudo-field" components on fieldable entities. |
HandlerBase::$realField |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
The actual field in the database table, maybe different
on other kind of query plugins/special handlers. |
FieldInfo::getInstances |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Retrieves all active, non-deleted instances definitions. |
TermFieldTest::$modules |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Modules to enable. |
FieldInfo::getFieldById |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Returns a field definition from a field ID. |
hook_field_prepare_view |
function |
drupal/core/modules/field/field.api.php |
Prepare field values prior to display. |
ClassMetadata::hasField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Checks if the given field is a mapped property for this class. |
FieldInfo::prepareField |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Prepares a field definition for the current run-time context. |
FieldDropButtonTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDropButtonTest.php |
Contains \Drupal\views\Tests\Handler\FieldDropButtonTest. |
field_test_field_schema |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.install |
Implements hook_field_schema(). |
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
This maps a generic data type in combination with its data size
to the engine-specific data type. |
db_field_set_no_default |
function |
drupal/core/includes/database.inc |
Sets a field to have no default value. |
FieldUITest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/FieldUITest.php |
Views used by this test. |
FieldTest::setTestValue |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
Sets the testValue property. |
FieldTest::getTestValue |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
Returns the testValue property. |
NodeAccessFieldTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
Definition of Drupal\node\Tests\NodeAccessFieldTest. |
hook_field_attach_purge |
function |
drupal/core/modules/field/field.api.php |
Act on field_purge_data(). |
FieldNewValue::getValue |
function |
drupal/core/modules/comment/lib/Drupal/comment/FieldNewValue.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::getValue(). |
PictureFieldDisplayTest |
class |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Test class to check that formatters and display settings are working. |
FieldNewValue::setValue |
function |
drupal/core/modules/comment/lib/Drupal/comment/FieldNewValue.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::setValue(). |
hook_field_storage_info |
function |
drupal/core/modules/field/field.api.php |
Expose Field API storage backends. |
hook_field_storage_load |
function |
drupal/core/modules/field/field.api.php |
Load field data for a set of entities. |
Schema::fieldSetDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set the default value for a field. |
ExtensionViewsFieldTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/Views/ExtensionViewsFieldTest.php |
Tests the core Drupal\file\Plugin\views\field\Extension handler. |
SelectInterface::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Add multiple fields from the same table to be SELECTed. |
hook_field_create_field |
function |
drupal/core/modules/field/field.api.php |
Act on a field being created. |
TextFieldTest::$modules |
property |
drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Modules to enable. |
FieldInterface::__isset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Magic method: Determines whether a property of the first field item is set. |
hook_field_update_field |
function |
drupal/core/modules/field/field.api.php |
Act on a field being updated. |
FieldInterface::__unset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Magic method: Unsets a property of the first field item. |
hook_field_delete_field |
function |
drupal/core/modules/field/field.api.php |
Act on a field being deleted. |
FileFieldRSSContentTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRSSContentTest.php |
Tests that formatters are working properly. |
field_test_views.module |
file |
drupal/core/modules/field/tests/modules/field_test_views/field_test_views.module |
|
FieldItemBase::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
FieldUITest::$testViews |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldUITest.php |
Views used by this test. |
FieldItemBase::onChange |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Overrides \Drupal\Core\TypedData\Map::onChange(). |
FieldTestBase::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldTestBase.php |
Modules to enable. |
field_ui_instance_title |
function |
drupal/core/modules/field_ui/field_ui.module |
Title callback: Returns the name of a given instance. |
TestFieldEmptyFormatter |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldEmptyFormatter.php |
Plugin implementation of the 'field_empty_test' formatter. |
RearrangeFieldsTest.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RearrangeFieldsTest.php |
Contains \Drupal\views_ui\tests\RearrangeFieldsTest. |
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
This maps a generic data type in combination with its data size
to the engine-specific data type. |