field_test_field_language_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_language_alter(). |
FieldPluginBase::themeFunctions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Provide a full list of possible theme templates used by this style. |
LanguageField::buildOptionsForm |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Default options form that provides the label widget that all fields
should have. |
FieldWebTest::testTextRendering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Tests trimming/read-more/ellipses. |
ImageFieldTestBase::$admin_user |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
|
WebTestBase::assertFieldByXPath |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a field exists in the current page by the given XPath. |
WebTestBase::assertFieldChecked |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a checkbox field in the current page is checked. |
PostFileInterface::setFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php |
Set the name of the field |
PostFileInterface::getFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php |
Get the name of the field |
link_field_widget_settings_form |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_widget_settings_form(). |
ForumTest::testEnableForumField |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Tests disabling and re-enabling the Forum module. |
hook_field_storage_update_field |
function |
drupal/core/modules/field/field.api.php |
Update the storage information for a field. |
ImageFieldDisplayTest::$modules |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Modules to enable. |
CrudTest::testUpdateFieldForbid |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test field type modules forbidding an update. |
ImageFieldDefaultImagesTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php |
Definition of Drupal\image\Tests\ImageFieldDefaultImagesTest. |
hook_field_formatter_info_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API formatter types. |
hook_field_attach_create_bundle |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_create_bundle(). |
hook_field_attach_rename_bundle |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_rename_bundle(). |
Update::removeFieldsInCondition |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php |
Helper function that removes the fields that are already in a condition. |
hook_field_attach_delete_bundle |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_delete_bundle. |
ImageFieldValidateTest::getInfo |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
|
hook_field_storage_create_field |
function |
drupal/core/modules/field/field.api.php |
Act on creation of a new field. |
hook_field_storage_delete_field |
function |
drupal/core/modules/field/field.api.php |
Act on deletion of a field. |
FieldInfoTest::testFieldPrepare |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Test that cached field definitions are ready for current runtime context. |
FieldInfoTest::testSettingsInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Test that the field_info settings convenience functions work. |
FieldTestBase::$default_storage |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
|
FieldAttachStorageTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
|
_update_7000_field_create_field |
function |
drupal/core/modules/field/field.install |
Creates a field by writing directly to the database. |
_update_7000_field_delete_field |
function |
drupal/core/modules/field/field.install |
Deletes a field stored in SQL storage directly from the database. |
LinkFieldTest::renderTestEntity |
function |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Renders a test_entity and sets the output in the internal browser. |
FieldInstanceCrudTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Modules to enable. |
TermFieldMultipleVocabularyTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Tests a taxonomy term reference field that allows multiple vocabularies. |
ArgumentPluginBase::$name_field |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
The field to use for the name to use in the summary, which is
the displayed output. For example, for the node: nid argument,
the argument itself is the nid, but node.title is displayed. |
FieldInfo::getBundleExtraFields |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Retrieves the "extra fields" for a bundle. |
_field_info_collate_types_reset |
function |
drupal/core/modules/field/field.info.inc |
Clears collated information on field and widget types and related structures. |
field_ui_existing_field_options |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Returns an array of existing fields to be added to a bundle. |
FieldUnitTest::_testHideIfEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests the hide if empty functionality. |
FieldUnitTest::testIsValueEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests views_handler_field::is_value_empty(). |
field_ui_field_edit_form_submit |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Form submission handler for field_ui_field_edit_form(). |
_field_ui_view_mode_menu_access |
function |
drupal/core/modules/field_ui/field_ui.module |
Access callback: Checks access for the 'view mode display settings' pages. |
theme_field_multiple_value_form |
function |
drupal/core/modules/field/field.form.inc |
Returns HTML for an individual form element. |
FieldPluginBase::click_sortable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Determine if this field is click sortable. |
field_test_field_storage_delete |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete(). |
FieldTestBase::clearViewsCaches |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/FieldTestBase.php |
Clear all views caches and static caches which are required for the patch. |
FieldPluginBase::tokenize_value |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Replace a value with tokens from the last field. |
FieldPluginBase::is_value_empty |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Checks if a field value is empty. |
FieldPluginBase::render_altered |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Render this field as altered text, from a fieldset set by the user. |
FieldPluginBase::render_as_link |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Render this field as a link, with the info from a fieldset set by
the user. |
FileFieldTestBase::getLastFileId |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Retrieves the fid of the last inserted file. |
FieldPluginBase::add_self_tokens |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Add any special tokens this field might use for itself. |