Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Other projects
Title Object type File name Summary
EntityDefaultLanguageTest::setUp function core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php
EntityDefinitionTestTrait::renameBaseTable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Renames the base table to 'entity_test_update_new'.
EntityDefinitionTestTrait::renameRevisionBaseTable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Renames the revision table to 'entity_test_update_revision_new'.
EntityDefinitionTestTrait::resetEntityType function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Resets the entity type definition.
EntityDefinitionUpdateMultipleTypesTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php
EntityDefinitionUpdateProviderTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
EntityDefinitionUpdateTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
EntityDeriverTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php
EntityDescriptionInterface::setDescription function core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php Sets the entity description.
EntityDisplayBase::set function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Sets the value of a property.
EntityDisplayBase::setComponent function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Sets the display options for a component.
EntityDisplayBase::setTargetBundle function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Sets the bundle to be displayed.
EntityDisplayBaseTest class core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @coversDefaultClass \Drupal\Core\Entity\EntityDisplayBase[[api-linebreak]]
EntityDisplayBaseTest class core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php @coversDefaultClass \Drupal\Core\Entity\EntityDisplayBase[[api-linebreak]]
EntityDisplayBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
EntityDisplayBaseTest.php file core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php
EntityDisplayBaseTest::$entityDisplay property core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php The mocked EntityDisplay object for testing.
EntityDisplayBaseTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php Modules to install.
EntityDisplayBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
EntityDisplayBaseTest::setUp function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php
EntityDisplayBaseTest::testChangeId function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php Tests that changing the entity ID updates related properties.
EntityDisplayBaseTest::testGetMode function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getMode[[api-linebreak]]
EntityDisplayBaseTest::testGetOriginalMode function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getOriginalMode[[api-linebreak]]
EntityDisplayBaseTest::testGetTargetBundle function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getTargetBundle[[api-linebreak]]
EntityDisplayBaseTest::testGetTargetEntityTypeId function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getTargetEntityTypeId[[api-linebreak]]
EntityDisplayBaseTest::testOnDependencyRemoval function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php @covers ::onDependencyRemoval[[api-linebreak]]
EntityDisplayBaseTest::testPreSave function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php @covers ::preSave[[api-linebreak]]
EntityDisplayBaseTest::testSetTargetBundle function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::setTargetBundle[[api-linebreak]]
EntityDisplayFormBase::alterSettingsSummary function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Alters the widget or formatter settings summary.
EntityDisplayFormBase::thirdPartySettingsForm function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Adds the widget or formatter third party settings forms.
EntityDisplayFormBaseTest class core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php Tests the UI for configuring entity displays.
EntityDisplayFormBaseTest class core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php @coversDefaultClass \Drupal\field_ui\Form\EntityDisplayFormBase[[api-linebreak]]
EntityDisplayFormBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
EntityDisplayFormBaseTest.php file core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php
EntityDisplayFormBaseTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php The theme to install as the default for testing.
EntityDisplayFormBaseTest::$modules property core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php Modules to install.
EntityDisplayFormBaseTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php Modules to install.
EntityDisplayFormBaseTest::setUp function core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php
EntityDisplayFormBaseTest::testCopyFormValuesToEntity function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php @covers ::copyFormValuesToEntity[[api-linebreak]]
EntityDisplayFormBaseTest::testNoApplicableFormatters function core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php Ensures the entity is not affected when there are no applicable formatters.
EntityDisplayInterface::setComponent function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Sets the display options for a component.
EntityDisplayInterface::setTargetBundle function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Sets the bundle to be displayed.
EntityDisplayModeBase::setTargetType function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Set the entity type this display mode is used for.
EntityDisplayModeBaseTestableClass class core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php A class extending EntityDisplayModeBase for testing purposes.
EntityDisplayModeBaseUnitTest::setUp function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php
EntityDisplayModeBaseUnitTest::testSetTargetType function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php @covers ::setTargetType[[api-linebreak]]
EntityDisplayModeInterface::setTargetType function core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php Set the entity type this display mode is used for.
EntityDisplayModeTest::setUp function core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php
EntityDisplayModeTest::testAlphabeticalDisplaySettings function core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php Tests if view modes appear in alphabetical order by visible name.
EntityDisplayRepositoryTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php

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