| AccessTest::testCheckFieldAccess |
function |
core/modules/file/tests/src/Kernel/AccessTest.php |
Tests file entity field access. |
| access_check.field_ui.form_mode |
service |
core/modules/field_ui/field_ui.services.yml |
Drupal\field_ui\Access\FormModeAccessCheck |
| access_check.field_ui.view_mode |
service |
core/modules/field_ui/field_ui.services.yml |
Drupal\field_ui\Access\ViewModeAccessCheck |
| access_check.jsonapi.relationship_field_access |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Access\RelationshipFieldAccess |
| access_check.quickedit.entity_field |
service |
core/modules/quickedit/quickedit.services.yml |
Drupal\quickedit\Access\QuickEditEntityFieldAccessCheck |
| AccountForm::getEditedFieldNames |
function |
core/modules/user/src/AccountForm.php |
Gets the names of all fields edited in the form. |
| Action::fields |
function |
core/modules/system/src/Plugin/migrate/source/Action.php |
Returns available fields on the source. |
| AddFormBase::getSourceFieldName |
function |
core/modules/media_library/src/Form/AddFormBase.php |
Returns the name of the source field for a media type. |
| AggregatorFeed::fields |
function |
core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php |
Returns available fields on the source. |
| AggregatorFeedViewsFieldAccessTest |
class |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
Tests base field access in Views for the aggregator_feed entity. |
| AggregatorFeedViewsFieldAccessTest.php |
file |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
|
| AggregatorFeedViewsFieldAccessTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
Modules to enable. |
| AggregatorFeedViewsFieldAccessTest::setUp |
function |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
|
| AggregatorFeedViewsFieldAccessTest::testAggregatorFeedFields |
function |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
Checks access for aggregator_feed fields. |
| AggregatorItem::fields |
function |
core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php |
Returns available fields on the source. |
| AggregatorItemViewsFieldAccessTest |
class |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
Tests base field access in Views for the aggregator_item entity. |
| AggregatorItemViewsFieldAccessTest.php |
file |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
|
| AggregatorItemViewsFieldAccessTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
Modules to enable. |
| AggregatorItemViewsFieldAccessTest::setUp |
function |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
|
| AggregatorItemViewsFieldAccessTest::testAggregatorItemFields |
function |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
Checks access for aggregator_item fields. |
| AggregatorTitleTest::$fieldName |
property |
core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php |
The field name that is tested. |
| aggregator_display_configurable_test_entity_base_field_info_alter |
function |
core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module |
Implements hook_entity_base_field_info_alter(). |
| aggregator_entity_extra_field_info |
function |
core/modules/aggregator/aggregator.module |
Implements hook_entity_extra_field_info(). |
| AliasingResourceTypeRepository::getFields |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php |
Gets the field mapping for the given field names and entity type + bundle. |
| AlterTest::testAlterChangeFields |
function |
core/tests/Drupal/KernelTests/Core/Database/AlterTest.php |
Tests that we can alter the fields of a query. |
| ArbitraryRebuildTest::testUserRegistrationMultipleField |
function |
core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php |
Tests a rebuild caused by a multiple value field. |
| ArgumentPluginBase::$name_field |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
The field to use for the name to display in the summary. |
| ArgumentPluginBase::summaryNameField |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Adds the name field, which is the field displayed in summary queries. |
| AssertContentTrait::assertField |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field exists with the given name or ID. |
| AssertContentTrait::assertFieldById |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field exists with the given ID and value. |
| AssertContentTrait::assertFieldByName |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field exists with the given name and value. |
| AssertContentTrait::assertFieldByXPath |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field exists in the current page by the given XPath. |
| AssertContentTrait::assertFieldChecked |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a checkbox field in the current page is checked. |
| AssertContentTrait::assertFieldsByValue |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field exists in the current page with a given Xpath result. |
| AssertContentTrait::assertNoField |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field does not exist with the given name or ID. |
| AssertContentTrait::assertNoFieldById |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field does not exist with the given ID and value. |
| AssertContentTrait::assertNoFieldByName |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field does not exist with the given name and value. |
| AssertContentTrait::assertNoFieldByXPath |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field does not exist or its value does not match, by XPath. |
| AssertContentTrait::assertNoFieldChecked |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a checkbox field in the current page is not checked. |
| AssertContentTrait::constructFieldXpath |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Helper: Constructs an XPath for the given set of attributes and value. |
| AssertLegacyTrait::assertField |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field exists with the given name or ID. |
| AssertLegacyTrait::assertFieldById |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field exists with the given ID and value. |
| AssertLegacyTrait::assertFieldByName |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field exists with the given name and value. |
| AssertLegacyTrait::assertFieldByXPath |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field exists in the current page by the given XPath. |
| AssertLegacyTrait::assertFieldChecked |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a checkbox field in the current page is checked. |
| AssertLegacyTrait::assertFieldsByValue |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field exists in the current page with a given Xpath result. |
| AssertLegacyTrait::assertNoField |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field does NOT exist with the given name or ID. |
| AssertLegacyTrait::assertNoFieldById |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field does not exist with the given ID and value. |
| AssertLegacyTrait::assertNoFieldByName |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field does not exist with the given name and value. |
| AssertLegacyTrait::assertNoFieldByXPath |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field does not exist or its value does not match, by XPath. |