Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
ItemList::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Returns a string representation of the data.
ItemList::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Gets the data value.
ItemList::offsetGet function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
ItemResourceTestBase::getExpectedCacheContexts function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ItemResourceTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Returns the expected normalization of the entity.
ItemResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Return the expected error message.
ItemResourceTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Returns the normalized POST entity.
ItemsPerPageTest class core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests the ability of the views wizard to specify the number of items per
page.
ItemsPerPageTest.php file core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
ItemsPerPageTest::$defaultTheme property core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php The theme to install as the default for testing.
ItemsPerPageTest::setUp function core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
ItemsPerPageTest::testItemsPerPage function core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests the number of items per page.
ItemStorage::getItemCount function core/modules/aggregator/src/ItemStorage.php Returns the count of the items in a feed.
ItemStorageInterface::getItemCount function core/modules/aggregator/src/ItemStorageInterface.php Returns the count of the items in a feed.
ItemStorageSchema::getSharedTableFieldSchema function core/modules/aggregator/src/ItemStorageSchema.php Gets the schema for a single field definition.
ItemTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ItemTest.php Returns the expected JSON:API document for the entity.
ItemTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ItemTest.php Return the expected error message.
ItemTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ItemTest.php Returns the JSON:API POST document.
ItemTest::testGetIndividual function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests GETting an individual resource, plus edge cases to ensure good DX.
JavascriptGetDrupalSettingsTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Tests Drupal settings retrieval in JavascriptTestBase tests.
JavascriptGetDrupalSettingsTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
JavascriptGetDrupalSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php The theme to install as the default for testing.
JavascriptGetDrupalSettingsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Modules to enable.
JavascriptGetDrupalSettingsTest::testGetDrupalSettings function core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Tests retrieval of Drupal settings.
JavascriptStatesForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Returns a unique string identifying the form.
JoinTest::getJoinValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php Returns the joinValue property.
JsAjaxTestForm::getFormId function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Returns a unique string identifying the form.
JsCollectionOptimizer::getAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Returns all optimized asset collections assets.
JsMessageTest class core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Tests core/drupal.message library.
JsMessageTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
JsMessageTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php The theme to install as the default for testing.
JsMessageTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Modules to enable.
JsMessageTest::assertCurrentMessages function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Asserts that currently shown messages match expected messages.
JsMessageTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
JsMessageTest::testAddRemoveMessages function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Test click on links to show messages and remove messages.
JSMessageTestController class core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Test Controller to show message links.
JSMessageTestController.php file core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php
JSMessageTestController::getMessagesSelectors function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Gets the test messages selectors.
JSMessageTestController::getTypes function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Gets the test types.
JSMessageTestController::messageLinks function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Displays links to show messages via Javascript.
Json::getFileExtension function core/lib/Drupal/Component/Serialization/Json.php Gets the file extension for this serialization format.
JsonApiDocumentTopLevel::getData function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the data.
JsonApiDocumentTopLevel::getIncludes function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets a JSON:API Data object of resources to be included in the response.
JsonApiDocumentTopLevel::getLinks function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the links.
JsonApiDocumentTopLevel::getMeta function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the metadata.
JsonApiDocumentTopLevel::getOmissions function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets an OmittedData instance containing resources to be omitted.
JsonApiDocumentTopLevelNormalizer::getLinkHash function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Hashes an omitted link.
JsonApiDocumentTopLevelNormalizerTest::getNormalizer function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php Helper to load the normalizer.
JsonApiRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure deep nested include works on multi target entity type field.

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