Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FieldKernelTestBase::assertFieldValues function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Assert that a field has the expected values in an entity.
FieldKernelTestBase::createFieldWithStorage function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Create a field and an associated field storage.
FieldKernelTestBase::entitySaveReload function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Saves and reloads an entity.
FieldKernelTestBase::entityValidateAndSave function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Validate and save entity. Fail if violations are found.
FieldKernelTestBase::setUp function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Set the default field storage backend for fields created during tests.
FieldKernelTestBase::_generateTestFieldValues function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Generate random values for a field_test field.
FieldLabelDescriptionTranslation class core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Drupal 6 i18n field label and description source from database.
FieldLabelDescriptionTranslation class core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Drupal 7 i18n field label and description source from database.
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::fields function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::fields function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLabelOptionsTrait trait core/modules/field/src/FieldLabelOptionsTrait.php Provides a trait for the valid field label options.
FieldLabelOptionsTrait.php file core/modules/field/src/FieldLabelOptionsTrait.php
FieldLabelOptionsTrait::getFieldLabelOptions function core/modules/field/src/FieldLabelOptionsTrait.php Returns an array of visibility options for field labels.
FieldLanguage::access function core/modules/views/src/Plugin/views/field/FieldLanguage.php
FieldLanguageTest class core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the field language handler.
FieldLanguageTest.php file core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php
FieldLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Views used by this test.
FieldLanguageTest::testField function core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the language field.
FieldLayoutBuilder::getFields function core/modules/field_layout/src/FieldLayoutBuilder.php Gets the fields that need to be processed.
FieldLayoutBuilder::__construct function core/modules/field_layout/src/FieldLayoutBuilder.php Constructs a new FieldLayoutBuilder.
FieldLayoutBuilderTest class core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php @coversDefaultClass \Drupal\field_layout\FieldLayoutBuilder[[api-linebreak]]
@group field_layout
FieldLayoutBuilderTest.php file core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$entityFieldManager property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$fieldLayoutBuilder property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$layoutPlugin property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$layoutPluginManager property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::$pluginDefinition property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::setUp function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutBuilderTest::testBuildForm function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php @covers ::buildForm[[api-linebreak]]
@covers ::getFields[[api-linebreak]]
FieldLayoutBuilderTest::testBuildFormEmpty function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php @covers ::buildForm[[api-linebreak]]
FieldLayoutBuilderTest::testBuildFormNoLayout function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php @covers ::buildForm[[api-linebreak]]
FieldLayoutBuilderTest::testBuildView function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php @covers ::buildView[[api-linebreak]]
@covers ::getFields[[api-linebreak]]
FieldLayoutEntityDisplayFormTrait trait core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Provides shared code for entity display forms.
FieldLayoutEntityDisplayFormTrait.php file core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php
FieldLayoutEntityDisplayFormTrait::$layoutPluginManager property core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php The field layout plugin manager.
FieldLayoutEntityDisplayFormTrait::form function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::form().
FieldLayoutEntityDisplayFormTrait::getEntity function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Gets the form entity.
FieldLayoutEntityDisplayFormTrait::getLayout function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Gets the layout plugin for the currently selected field layout.
FieldLayoutEntityDisplayFormTrait::getRegions function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::getRegions().
FieldLayoutEntityDisplayFormTrait::settingsAjax function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Ajax callback for the field layout settings form.
FieldLayoutEntityDisplayFormTrait::settingsAjaxSubmit function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Submit handler for the non-JS case.
FieldLayoutEntityDisplayFormTrait::submitForm function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::submitForm().
FieldLayoutEntityDisplayFormTrait::validateForm function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::validateForm().
FieldLayoutEntityDisplayTest class core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php @coversDefaultClass \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait[[api-linebreak]]
@group field_layout

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