TestImportWithConcreteAnnotation::$field |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
Plugin annotation
@DummyAnnotation(dummyValue = "bar") |
TestFieldMultipleFormatter::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsForm(). |
TestFieldMultipleFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
hook_field_widget_WIDGET_TYPE_form_alter |
function |
drupal/core/modules/field/field.api.php |
Alter widget forms for a specific widget provided by another module. |
ManageFieldsTest::testDuplicateFieldName |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Tests that a duplicate field name is caught by validation. |
user_form_field_ui_field_edit_form_alter |
function |
drupal/core/modules/user/user.module |
Implements hook_form_FORM_ID_alter(). |
TranslationTest::testFieldInvokeMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Test the multilanguage logic of _field_invoke_multiple(). |
FieldUiTestBase::fieldUIAddExistingField |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php |
Adds an existing field through the Field UI. |
LinkFieldTest::testLinkSeparateFormatter |
function |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Tests the 'link_separate' formatter. |
FieldSqlStorageTest::testFieldAttachLoad |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Uses the mysql tables and records to verify
field_load_revision works correctly. |
TermFieldMultipleVocabularyTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
FileFieldValidateTest::testFileExtension |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
Tests file extension checking. |
EntityTranslationUITest::setupTestFields |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates the test fields. |
hook_field_formatter_settings_form_alter |
function |
drupal/core/modules/field_ui/field_ui.api.php |
Alter the formatter settings form. |
_file_field_get_description_from_element |
function |
drupal/core/modules/file/file.field.inc |
Retrieves the file description from a field field element. |
_field_ui_add_default_view_mode_settings |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Populates display settings for a new view mode from the default view mode. |
field_test_field_storage_delete_revision |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete_revision(). |
field_test_field_storage_delete_instance |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete_instance(). |
FieldPluginBase::element_wrapper_classes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field's wrapper. |
PersistentObjectTest::testSetUnknownField |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
PersistentObjectTest::testGetUnknownField |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
WizardPluginBase::$pathFieldsSupplemental |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Additional fields required to generate the pathField. |
user_form_field_ui_field_edit_form_submit |
function |
drupal/core/modules/user/user.module |
Additional submit handler for the 'Edit field instance' form. |
TranslationTest::testFieldDisplayLanguage |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Tests display language logic for translatable fields. |
CommentTranslationUITest::setupTestFields |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupTestFields(). |
TermFieldMultipleVocabularyTest::$modules |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Modules to enable. |
FieldAttachOtherTest::testFieldAttachView |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Test field_attach_view() and field_attach_prepare_view(). |
FieldAttachOtherTest::testFieldAttachForm |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Test field_attach_form(). |
EntityEnclosingRequest::processPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Determine what type of request should be sent based on post fields |
OptionsFieldTest::testUpdateAllowedValues |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php |
Test that allowed values can be updated. |
field_test_field_available_languages_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_available_languages_alter(). |
TestFieldPrepareViewFormatter::prepareView |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::prepareView(). |
TestFieldDefaultFormatter::settingsSummary |
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(). |
SelectTest::testSimpleSelectMultipleFields |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests adding multiple fields to a SELECT statement at the same time. |
taxonomy_field_views_data_views_data_alter |
function |
drupal/core/modules/taxonomy/taxonomy.views.inc |
Implements hook_field_views_data_views_data_alter(). |
TermFieldMultipleVocabularyTest::$instance |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
FieldAttachOtherTest::testFieldAttachCache |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Test field cache. |
InsertTest::testInsertFieldOnlyDefinintion |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php |
Tests that we can specify fields without values and specify values later. |
FileFieldWidgetTest::testMultiValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for multiple multi-valued File fields. |
NodeEntityFieldQueryAlterTest::$accessUser |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
User with permission to view content. |
FieldPluginBase::get_token_values_recursive |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Recursive function to add replacements for nested query string parameters. |
FileFieldTestBase::assertFileEntryNotExists |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file does not exist in the database. |
TestFieldPrepareViewFormatter::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsForm(). |
TestFieldPrepareViewFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
TestFieldMultipleFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsForm(). |
TestObjectMetadata::getIdentifierFieldNames |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Returns an array of identifier field names numerically indexed. |
ManageDisplayTest::testNonInitializedFields |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests that field instances with no explicit display settings do not break. |
WizardPluginBase::getPathFieldsSupplemental |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Gets the pathFieldsSupplemental property. |
hook_field_attach_prepare_translation_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on field_attach_prepare_translation(). |
field_sql_storage_field_storage_purge_field |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_purge_field(). |