FieldItemBase::getPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements ComplexDataInterface::getPropertyValues(). |
FieldItemBase::setPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements ComplexDataInterface::setPropertyValues(). |
field_test_entity_label_callback |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Entity label callback. |
TestParseAnnotationClass::$field |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@var |
field_attach_prepare_translation |
function |
drupal/core/modules/field/field.attach.inc |
Prepares an entity for translation. |
FieldWebTest::assertNotSubString |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Assertion helper which checks whether a string is not part of another string. |
FieldCustomTest::testFieldCustom |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCustomTest.php |
|
WebTestBase::assertNoFieldByName |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a field does not exist with the given name and value. |
PictureFieldDisplayTest::getInfo |
function |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Drupal\simpletest\WebTestBase\getInfo(). |
WebTestBase::constructFieldXpath |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Helper function: construct an XPath for the given set of attributes and value. |
link_field_widget_validate_title |
function |
drupal/core/modules/field/modules/link/link.module |
Form element validation handler for link_field_widget_form(). |
ManageFieldsTest::testCRUDFields |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Runs the field CRUD tests. |
MappingTest::filterNumericFields |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/MappingTest.php |
Restricts the allowed fields to only numeric fields. |
FieldAccessTest::testFieldAccess |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
Test that hook_field_access() is called. |
AlterTest::testAlterChangeFields |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php |
Tests that we can alter the fields of a query. |
TranslationTest::testFieldInvoke |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Test the multilanguage logic of _field_invoke(). |
BasicSyntaxTest::testFieldConcat |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php |
Tests string concatenation with field values. |
hook_field_storage_details_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API storage details. |
StylePluginBase::get_field_value |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Get the raw field value. |
FieldTestBase::assertFieldValues |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
Assert that a field has the expected values in an entity. |
LinkFieldTest::testURLValidation |
function |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Tests link field URL validation. |
LinkFieldTest::testLinkFormatter |
function |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Tests the default 'link' formatter. |
email_field_formatter_info_alter |
function |
drupal/core/modules/field/modules/email/email.module |
Implements hook_field_formatter_info_alter(). |
FormTest::testFieldFormUnlimited |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
|
FormTest::testFieldFormJSAddMore |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
|
taxonomy_field_widget_info_alter |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_info_alter(). |
_translation_entity_update_field |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Stores the given field translations. |
_image_field_resolution_validate |
function |
drupal/core/modules/image/image.field.inc |
Element validate function for resolution fields. |
views.view.test_field_output.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_output.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_output.yml |
field_ui_widget_type_form_submit |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Form submission handler for field_ui_widget_type_form(). |
FileFieldRSSContentTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRSSContentTest.php |
|
FieldPluginBase::$original_value |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
The field value prior to any rewriting. |
views.view.test_field_tokens.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_tokens.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_tokens.yml |
field_test_field_storage_details |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_details(). |
FieldPluginBase::element_classes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field. |
FieldPluginBase::advanced_render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Render a field using advanced settings. |
field_test_field_test_op_multiple |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Generic op to test _field_invoke_multiple behavior. |
FileFieldTestBase::uploadNodeFile |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Uploads a file to a node. |
FileFieldTestBase::removeNodeFile |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Removes a file from a node. |
TestFieldPrepareViewFormatter.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Definition of Drupal\field_test\Plugin\field\formatter\TestFieldPrepareViewFormatter. |
RegressionTest::testDBFieldExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php |
Tests the db_field_exists() function. |
EntityFieldTest::createTestEntity |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Creates a test entity. |
FileFieldPathTest::testUploadPath |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php |
Tests the normal formatter display on node display. |
WebTestBase::assertNoFieldByXPath |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a field does not exist in the current page by the given XPath. |
PictureFieldDisplayTest::$modules |
property |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Modules to enable. |
WebTestBase::assertNoFieldChecked |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a checkbox field in the current page is not checked. |
link_field_instance_settings_form |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_instance_settings_form(). |
TestObjectMetadata::getFieldNames |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
A numerically indexed list of field names of this persistent class. |
link_field_formatter_prepare_view |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_formatter_prepare_view(). |
ManageFieldsTest::testDeleteField |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Tests that deletion removes fields and instances as expected. |