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. |
entity_reference_field_is_empty |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_field_is_empty(). |
ViewsUIController::reportFields |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Lists all instances of fields on any views. |
entity_reference_field_validate |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_field_validate(). |
_update_8003_field_create_field |
function |
drupal/core/modules/field/field.install |
Creates a field by writing directly to configuration. |
field_language_fallback_enabled |
function |
drupal/core/modules/field/field.multilingual.inc |
Checks whether field language fallback is enabled. |
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. |
CustomBlockFieldTest::$instance |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php |
The created instance |
field_test_field_language_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_language_alter(). |
CrudTest::testUpdateFieldForbid |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test field type modules forbidding an update. |
WebTestBase::assertFieldChecked |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a checkbox field in the current page is checked. |
ImageFieldTestBase::$admin_user |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
|
_field_info_collate_types_reset |
function |
drupal/core/modules/field/field.info.inc |
Clears collated information on field and widget types and related structures. |
access_check.field_ui.view_mode |
service |
drupal/core/modules/field_ui/field_ui.services.yml |
Drupal\field_ui\Access\ViewModeAccessCheck |
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. |
FieldUnitTestBase::assertNoText |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldUnitTestBase.php |
Pass if the text IS NOT found in set string. |
FieldPluginBase::elementClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field. |
FieldPluginBase::advancedRender |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Render a field using advanced settings. |
theme_field_multiple_value_form |
function |
drupal/core/modules/field/field.form.inc |
Returns HTML for an individual form element. |
FieldPluginBase::renderTrimText |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Trim the field down to the specified length. |
Collection::$allowMissingFields |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection.php |
|
ImageFieldDisplayTest::$modules |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Modules to enable. |
Collection::$extraFieldsMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection.php |
|
FieldUnitTest::_testHideIfEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests the hide if empty functionality. |
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. |
FieldUnitTest::testIsValueEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests views_handler_field::isValueEmpty(). |
FieldDropButtonTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDropButtonTest.php |
Views used by this test. |
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. |
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 |
LinkFieldTest::renderTestEntity |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Renders a test_entity and sets the output in the internal browser. |
FieldAttachStorageTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
|
ImageFieldValidateTest::getInfo |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
|
FieldWidgetTypeForm::submitForm |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldWidgetTypeForm.php |
Form submission handler. |
FieldDeleteForm::$entityManager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldDeleteForm.php |
The entity manager. |
ContactFieldsTest::testViewsData |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/Views/ContactFieldsTest.php |
Tests the views data generation. |
FieldInstanceEditForm::getFormID |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceEditForm.php |
Returns a unique string identifying the form. |
FieldPresenceEnhancerTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldPresenceEnhancerTest.php |
|
FieldInstanceEditForm::buildForm |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceEditForm.php |
Form constructor. |
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 |
taxonomy_field_widget_info_alter |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_info_alter(). |
FieldInstanceFormBase::$instance |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceFormBase.php |
The field instance being edited. |
FieldInstanceFormBase::buildForm |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceFormBase.php |
Form constructor. |
FormTest::testFieldFormUnlimited |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
|
FieldInstance::allowBundleRename |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
Allows a bundle to be renamed. |
views_test_data_field_views_data |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc |
Implements hook_field_views_data(). |
FormTest::testFieldFormJSAddMore |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
|
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. |
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 |