Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
EntityTestDateOnlyTest::getNormalizedPostEntity function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateOnlyTest.php Returns the normalized POST entity.
EntityTestDateRangeTest class core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php Tests the 'daterange' field's normalization.
EntityTestDateRangeTest.php file core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php
EntityTestDateRangeTest::$dateString property core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php The ISO date string to use throughout the test.
EntityTestDateRangeTest::$defaultTheme property core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php The theme to install as the default for testing.
EntityTestDateRangeTest::$fieldName property core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php Datetime Range test field name.
EntityTestDateRangeTest::$modules property core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php Modules to install.
EntityTestDateRangeTest::assertNormalizationEdgeCases function core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php Asserts normalization-specific edge cases.
EntityTestDateRangeTest::createEntity function core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php Creates the entity to be tested.
EntityTestDateRangeTest::getExpectedNormalizedEntity function core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php Returns the expected normalization of the entity.
EntityTestDateRangeTest::getNormalizedPostEntity function core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php Returns the normalized POST entity.
EntityTestDateRangeTest::setUp function core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php
EntityTestDatetimeTest::getExpectedNormalizedEntity function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Returns the expected normalization of the entity.
EntityTestDatetimeTest::getNormalizedPostEntity function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Returns the normalized POST entity.
EntityTestDefinitionSubscriber::getSubscribedEvents function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
EntityTestDeleteForm::getCancelUrl function core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php Returns the route to go to if the user cancels the action.
EntityTestDestination::getEntity function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Creates or loads an entity.
EntityTestDestination::getEntityTypeId function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Finds the entity type from configuration or plugin ID.
EntityTestJsonInternalPropertyNormalizerTest::getExpectedCacheContexts function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonInternalPropertyNormalizerTest.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityTestJsonInternalPropertyNormalizerTest::getExpectedCacheTags function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonInternalPropertyNormalizerTest.php The expected cache tags for the GET/HEAD response of the test entity.
EntityTestJsonInternalPropertyNormalizerTest::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonInternalPropertyNormalizerTest.php Returns the expected normalization of the entity.
EntityTestJsonInternalPropertyNormalizerTest::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonInternalPropertyNormalizerTest.php Returns the normalized POST entity.
EntityTestLabelResourceTestBase::getExpectedCacheContexts function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityTestLabelResourceTestBase::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php Returns the expected normalization of the entity.
EntityTestLabelResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php Return the expected error message.
EntityTestLabelResourceTestBase::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php Returns the normalized POST entity.
EntityTestLocalTasks::getDerivativeDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php Gets the definition of all derivatives of a base plugin.
EntityTestMapFieldResourceTestBase::getExpectedCacheContexts function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityTestMapFieldResourceTestBase::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php Returns the expected normalization of the entity.
EntityTestMapFieldResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php Return the expected error message.
EntityTestMapFieldResourceTestBase::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php Returns the normalized POST entity.
EntityTestMapFieldTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Returns the expected JSON:API document for the entity.
EntityTestMapFieldTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Return the expected error message.
EntityTestMapFieldTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Returns the JSON:API POST document.
EntityTestMapFieldTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Returns an array of sparse fields sets to test.
EntityTestMulBundle::getDescription function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php Gets the entity description.
EntityTestResourceTestBase::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Returns the expected normalization of the entity.
EntityTestResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Return the expected error message.
EntityTestResourceTestBase::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Returns the normalized POST entity.
EntityTestTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Computes the cacheability for a given entity collection.
EntityTestTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns the expected JSON:API document for the entity.
EntityTestTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Return the expected error message.
EntityTestTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns the JSON:API POST document.
EntityTestTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns an array of sparse fields sets to test.
EntityTestTextItemNormalizerTest::getExpectedCacheContexts function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityTestTextItemNormalizerTest::getExpectedCacheTags function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php The expected cache tags for the GET/HEAD response of the test entity.
EntityTestTextItemNormalizerTest::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Returns the expected normalization of the entity.
EntityTestTextItemNormalizerTest::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Returns the normalized POST entity.
EntityTestTextItemNormalizerTest::providerTestGetWithFormat function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php
EntityTestTextItemNormalizerTest::testGetWithFormat function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Tests GETting an entity with the test text field set to a specific format.

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