| ImageFieldValidateTest::testFriendlyAjaxValidation |
function |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php |
Tests that image field validation works with other form submit handlers. |
| ImageFieldValidateTest::testRequiredAttributes |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests that required alt/title fields gets validated right. |
| ImageFieldValidateTest::testResolution |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests min/max resolution settings. |
| ImageFieldValidateTest::testValid |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests image validity. |
| ImageFieldWidgetMultipleTest |
class |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php |
Tests the image field widget support multiple upload correctly. |
| ImageFieldWidgetMultipleTest.php |
file |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php |
|
| ImageFieldWidgetMultipleTest::$defaultTheme |
property |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php |
The theme to install as the default for testing. |
| ImageFieldWidgetMultipleTest::$modules |
property |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php |
Modules to enable. |
| ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads |
function |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php |
Tests image widget element support multiple upload correctly. |
| ImageFieldWidgetTest |
class |
core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php |
Tests the image field widget. |
| ImageFieldWidgetTest.php |
file |
core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php |
|
| ImageFieldWidgetTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php |
The theme to install as the default for testing. |
| ImageFieldWidgetTest::testWidgetElement |
function |
core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php |
Tests file widget element. |
| ImageFormatterTest::$fieldName |
property |
core/modules/image/tests/src/Kernel/ImageFormatterTest.php |
|
| ImageItem::defaultFieldSettings |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Defines the field-level settings for this plugin. |
| ImageItem::fieldSettingsForm |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Returns a form for the field-level settings. |
| ImageOnTranslatedEntityTest::$fieldName |
property |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
The name of the image field used in the test. |
| ImageStyles::fields |
function |
core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php |
Returns available fields on the source. |
| ImageWidget::validateRequiredFields |
function |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php |
Validate callback for alt and title field, if the user wants them required. |
| image_access_test_hidden_entity_field_access |
function |
core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.module |
Implements hook_entity_field_access(). |
| image_field_config_delete |
function |
core/modules/image/image.module |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |
| image_field_config_update |
function |
core/modules/image/image.module |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
| image_field_storage_config_delete |
function |
core/modules/image/image.module |
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. |
| image_field_storage_config_update |
function |
core/modules/image/image.module |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| image_field_views_data |
function |
core/modules/image/image.views.inc |
Implements hook_field_views_data(). |
| image_field_views_data_views_data_alter |
function |
core/modules/image/image.views.inc |
Implements hook_field_views_data_views_data_alter(). |
| ImportOpmlTest::validateImportFormFields |
function |
core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php |
Submits form filled with invalid fields. |
| InlineBlockTestBase::FIELD_UI_PREFIX |
constant |
core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php |
Path prefix for the field UI for the test bundle. |
| inline_form_errors_preprocess_fieldset |
function |
core/modules/inline_form_errors/inline_form_errors.module |
Implements hook_preprocess_HOOK() for fieldset element templates. |
| InsertDefaultsTest::testDefaultInsertWithFields |
function |
core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php |
Tests that we can insert fields with values and defaults in the same query. |
| InsertTest::testInsertFieldOnlyDefinition |
function |
core/tests/Drupal/KernelTests/Core/Database/InsertTest.php |
Tests that we can specify fields without values and specify values later. |
| InsertTest::testInsertSelectFields |
function |
core/tests/Drupal/KernelTests/Core/Database/InsertTest.php |
Tests that the INSERT INTO ... SELECT (fields) ... syntax works. |
| InsertTrait::$defaultFields |
property |
core/lib/Drupal/Core/Database/Query/InsertTrait.php |
An array of fields that should be set to their database-defined defaults. |
| InsertTrait::$insertFields |
property |
core/lib/Drupal/Core/Database/Query/InsertTrait.php |
An array of fields on which to insert. |
| InsertTrait::fields |
function |
core/lib/Drupal/Core/Database/Query/InsertTrait.php |
Adds a set of field->value pairs to be inserted. |
| IntegerItem::defaultFieldSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php |
Defines the field-level settings for this plugin. |
| InternalPropertyTestFieldItem |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php |
Defines the 'Internal Property' entity test field type. |
| InternalPropertyTestFieldItem.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php |
|
| InternalPropertyTestFieldItem::propertyDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php |
Defines field item properties. |
| Item::baseFieldDefinitions |
function |
core/modules/aggregator/src/Entity/Item.php |
Provides base field definitions for an entity type. |
| ItemLayoutFieldBlockTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Field blocks tests for the override layout. |
| ItemLayoutFieldBlockTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
|
| ItemLayoutFieldBlockTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
The theme to install as the default for testing. |
| ItemLayoutFieldBlockTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Modules to enable. |
| ItemLayoutFieldBlockTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
|
| ItemLayoutFieldBlockTest::testAddAjaxBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Tests configuring a field block for a user field. |
| ItemResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| ItemStorageSchema::getSharedTableFieldSchema |
function |
core/modules/aggregator/src/ItemStorageSchema.php |
Gets the schema for a single field definition. |
| ItemTest::$patchProtectedFieldNames |
property |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
The fields that are protected against modification during PATCH requests. |
| JavascriptStatesTest::doTextfieldTriggerTests |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
Tests states of elements triggered by a textfield element. |