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. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
IpCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/IpCacheContext.php Returns the label of the cache context.
IsFrontPathCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/IsFrontPathCacheContext.php Gets the cacheability metadata for the context.
IsFrontPathCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/IsFrontPathCacheContext.php Returns the string representation of the cache context.
IsFrontPathCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/IsFrontPathCacheContext.php Returns the label of the cache context.
IsFrontPathCacheContextTest::testGetContextFront function core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php Tests get context front.
IsFrontPathCacheContextTest::testGetContextNotFront function core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php Tests get context not front.
IsSuperUserCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php Gets the cacheability metadata for the context.
IsSuperUserCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php Returns the string representation of the cache context.
IsSuperUserCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php Returns the label of the cache context.
Item::getInfo function core/lib/Drupal/Core/Render/Element/Item.php Returns the element properties for this element.
ItemList::get function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Returns the item at the specified position in this list.
ItemList::getItemDefinition function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Gets the definition of a contained item.
ItemList::getIterator function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
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
ItemsPerPageTest class core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests that the views wizard can specify the number of items per page.
ItemsPerPageTest.php file core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
ItemsPerPageTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php An array of config object names that are excluded from schema checking.
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 Sets up the test.
ItemsPerPageTest::testItemsPerPage function core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests the number of items per page.
JavascriptGetDrupalSettingsTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Tests Drupal settings retrieval in WebDriverTestBase 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 install.
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.
JsAssetController::getGroups function core/modules/system/src/Controller/JsAssetController.php Get grouped assets.
JSInteractionTestForm::getFormId function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Returns a unique string identifying the form.
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 install.
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 Tests 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.
JSMessageTestController::messageLinksWithSystemMessages function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Displays links to show messages via JavaScript with messages from backend.
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.

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