Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
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
AccountForm::getEditedFieldNames function core/modules/user/src/AccountForm.php Gets the names of all fields edited in the form.
Action::fields function core/modules/action/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.
AllowedTagsXssTrait::fieldFilterXss function core/lib/Drupal/Core/Field/AllowedTagsXssTrait.php Filters an HTML string to prevent XSS vulnerabilities.
AlterTest::testAlterChangeFields function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter the fields of a query.
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::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::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::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.
AssertLegacyTrait::assertNoFieldChecked function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a checkbox field in the current page is not checked.
AssertLegacyTrait::constructFieldXpath function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Helper: Constructs an XPath for the given set of attributes and value.
AutoIncrementingTestItem::getIncrementedFieldValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Gets an incremented field value.
BaseFieldAccessTest class core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php Tests views base field access.
BaseFieldAccessTest.php file core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php
BaseFieldAccessTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php The theme to install as the default for testing.
BaseFieldAccessTest::$modules property core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php Modules to enable

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.