DatabaseStorageController::$entityFieldInfo |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
An array of field information, i.e. containing definitions. |
TermFieldTest::testTaxonomyTermFieldWidgets |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Test widgets. |
FieldSqlStorageTest::testFieldUpdateFailure |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test that failure to create fields is handled gracefully. |
FieldAttachOtherTest::testFieldAttachSubmit |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Test field_attach_submit(). |
poll_field_attach_prepare_translation_alter |
function |
drupal/core/modules/poll/poll.module |
Implements hook_field_attach_prepare_translation_alter(). |
hook_field_formatter_settings_summary_alter |
function |
drupal/core/modules/field_ui/field_ui.api.php |
Alter the field formatter settings summary. |
TextTranslationTest::testTextFieldFormatted |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php |
Check that user that does not have access the field format cannot see the
source value when creating a translation. |
CommentFieldsTest::testCommentDefaultFields |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Tests that the default 'comment_body' field is correctly added. |
FileFieldWidgetTest::testSingleValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for a single-valued File field. |
FileFieldWidgetTest::testPrivateFileSetting |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests a file field with a "Private files" upload destination setting. |
FileFieldWidgetTest::testPrivateFileComment |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests that download restrictions on private files work on comments. |
_field_test_field_storage_query_sort_helper |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Sort helper for field_test_field_storage_query(). |
EntityFieldTest::testDataStructureInterfaces |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests working with entity properties based upon data structure and data
list interfaces. |
ConfigStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
field_sql_storage_field_storage_create_field |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_create_field(). |
field_sql_storage_field_storage_update_field |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_update_field(). |
field_sql_storage_field_storage_delete_field |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_field(). |
field_sql_storage_field_attach_rename_bundle |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_attach_rename_bundle(). |
TranslationTest::testFieldAvailableLanguages |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Ensures that only valid values are returned by field_available_languages(). |
FieldAttachTestBase::createFieldWithInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachTestBase.php |
Create a field and an instance of it. |
FieldInstanceCrudTest::testReadFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test reading back an instance definition. |
FieldSqlStorageTest::testFieldStorageDetails |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test the storage details. |
TextFieldTest::testTextfieldWidgetsFormatted |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Test widgets + 'formatted_text' setting. |
ConfigTestTranslationUITest::setupTestFields |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
Overrides EntityTranslationUITest::setupTestFields(). |
OptionsFieldUITest::assertAllowedValuesInput |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Tests a string input for the 'allowed values' form element. |
NodeEntityFieldQueryAlterTest::$noAccessUser |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
User without permission to view content. |
field_test_field_widget_properties_user_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_widget_properties_ENTITY_TYPE_alter(). |
EntityEnclosingRequestInterface::getPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get a POST field from the request |
EntityEnclosingRequestInterface::setPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Set a POST field value |
ImageFieldDisplayTest::testImageFieldSettings |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Tests for image field settings. |
FieldInfoTest::testInstanceDisabledEntityType |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Test that instances on disabled entity types are filtered out. |
FieldAttachStorageTest::testFieldAttachDelete |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test field_attach_delete(). |
TermFieldMultipleVocabularyTest::$vocabulary1 |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
TermFieldMultipleVocabularyTest::$vocabulary2 |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
FieldAttachOtherTest::testFieldAttachValidate |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Test field_attach_validate(). |
TextFieldTest::_testTextfieldWidgetsFormatted |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Helper function for testTextfieldWidgetsFormatted(). |
HandlerFieldFieldTest::_testSimpleFieldRender |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php |
|
ClosureExpressionVisitor::getObjectFieldValue |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php |
Access the field of a given object. This field has to be public directly
or indirectly (through an accessor get* or a magic method, __get, __call). |
field_test_field_formatter_settings_form_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_formatter_settings_form_alter(). |
EntityEnclosingRequestInterface::getPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get the post fields that will be used in the request |
EntityEnclosingRequestInterface::addPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Add POST fields to use in the request |
ImageFieldDefaultImagesTest::testDefaultImages |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php |
Tests CRUD for fields and fields instances with default images. |
TestFieldPrepareViewFormatter::settingsSummary |
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(). |
ManageDisplayTest::testNoFieldsDisplayOverview |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests that a message is shown when there are no fields. |
TranslationTest::testTranslatableFieldSaveLoad |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Test translatable fields storage/retrieval. |
ImageFieldValidateTest::testRequiredAttributes |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
Test that required alt/title fields gets validated right. |
hook_field_widget_properties_ENTITY_TYPE_alter |
function |
drupal/core/modules/field/field.api.php |
Alters the widget properties of a field instance on a given entity type
before it gets displayed. |
TermFieldTest::testTaxonomyTermFieldValidation |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Test term field validation. |
FieldInstanceCrudTest::testCreateFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the creation of a field instance. |
FieldInstanceCrudTest::testUpdateFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the update of a field instance. |