TestAnnotationNotImportedClass::$field |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@NameFoo |
SchemaTest::assertFieldAdditionRemoval |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/SchemaTest.php |
Asserts that a given field can be added and removed from a table. |
SchemaTest::assertFieldCharacteristics |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/SchemaTest.php |
Asserts that a newly added field has the correct characteristics. |
field_sql_storage_field_storage_delete |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete(). |
NodeFieldMultilingualTestCase::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php |
|
ImageFieldValidateTest::testResolution |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
Test min/max resolution settings. |
HandlerFieldUserNameTest::testUserName |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFieldUserNameTest.php |
|
TermFieldMultipleVocabularyTest::setUp |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Sets up a Drupal site for running functional and integration tests. |
ClassMetadata::getIdentifierFieldNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Returns an array of identifier field names numerically indexed. |
file_field_views_data_views_data_alter |
function |
drupal/core/modules/file/file.views.inc |
Implements hook_field_views_data_views_data_alter(). |
FileFieldValidateTest::testFileMaxSize |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
Tests the max file size validator. |
FormTest::testRequiredTextfieldNoTitle |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Tests validation for required textfield element without title. |
TextFieldTest::testTextFieldValidation |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Test text field validation. |
_field_filter_xss_display_allowed_tags |
function |
drupal/core/modules/field/field.module |
Returns a human-readable list of allowed tags for display in help texts. |
field_ui_field_edit_form_delete_submit |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Form submission handler for 'Delete' button in field_ui_field_edit_form(). |
ArgumentPluginBase::summary_name_field |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Add the name field, which is the field displayed in summary queries.
This is often used when the argument is numeric. |
HandlerFieldFieldTest::testFieldRender |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php |
|
FieldPluginBase::allow_advanced_render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Determine if this field can allow advanced rendering. |
field_test_field_storage_details_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_details_alter(). |
FieldPluginBase::add_additional_fields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Add 'additional' fields to the query. |
OptionsFieldUITest::createOptionsField |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Helper function to create list field of a given type. |
FieldPluginBase::element_label_classes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field's label. |
FieldInterface::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Delegates to the first item. |
NodeEntityFieldQueryAlterTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
|
field_test_entity_nested_form_validate |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Validate handler for field_test_entity_nested_form(). |
EntityQueryRelationshipTest::$fieldName |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
The name of the taxonomy field used for test. |
EntityFieldTest::testComputedProperties |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests getting processed property values via a computed property. |
image_field_views_data_views_data_alter |
function |
drupal/core/modules/image/image.views.inc |
Implements hook_field_views_data_views_data_alter(). |
TestFieldDefaultFormatter::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsForm(). |
TestFieldDefaultFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
BulkDeleteTest::testDeleteFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php |
Verify that deleting an instance leaves the field data items in
the database and that the appropriate Field API functions can
operate on the deleted data and instance. |
field_sql_storage_field_storage_details |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_details(). |
NodeFieldMultilingualTestCase::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php |
Modules to enable. |
FieldTestBase::_generateTestFieldValues |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
Generate random values for a field_test field. |
hook_field_storage_purge_field_instance |
function |
drupal/core/modules/field/field.api.php |
Remove field storage information when a field instance is purged. |
EntityEnclosingRequest::removePostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Remove a POST field or file by name |
views.view.test_views_move_to_field.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_move_to_field.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_move_to_field.yml |
field_ui_field_edit_instance_pre_render |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Render API callback: Merges instance, widget and other settings. |
field_test_field_instance_settings_form |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_instance_settings_form(). |
FieldDateTest::assertRenderedDatesEqual |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php |
|
views_ui_pre_render_add_fieldset_markup |
function |
drupal/core/modules/views/views_ui/admin.inc |
Move form elements into details for presentation purposes. |
NodeEntityFieldQueryAlterTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Modules to enable. |
NumberFieldTest::testNumberDecimalField |
function |
drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
Test number_decimal field. |
NumberFieldTest::testNumberIntegerField |
function |
drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
Test number_integer field. |
FileFieldTestBase::assertFileEntryExists |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file exists in the database. |
field_test_field_widget_properties_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_widget_properties_alter(). |
FileFieldTestBase::assertFileIsPermanent |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file's status is set to permanent in the database. |
field_test_query_efq_metadata_test_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_query_TAG_alter() for tag 'efq_metadata_test'. |
ImportOpmlTest::validateImportFormFields |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php |
Submit form filled with invalid fields. |
FieldWebTest::clickSortLoadIdsFromOutput |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Small helper function to get all ids in the output. |