Search for __get

  1. Search 7.x for __get
  2. Search 8.9.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
IsFrontPathCacheContextTest::testGetContextFront function core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php @covers ::getContext[[api-linebreak]]
IsFrontPathCacheContextTest::testGetContextNotFront function core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php @covers ::getContext[[api-linebreak]]
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::getAuthor function core/modules/aggregator/src/Entity/Item.php Returns the author of the feed item.
Item::getCacheTagsToInvalidate function core/modules/aggregator/src/Entity/Item.php Returns the cache tags that should be used to invalidate caches.
Item::getDescription function core/modules/aggregator/src/Entity/Item.php Returns the body of the feed item.
Item::getFeedId function core/modules/aggregator/src/Entity/Item.php Returns the feed id of aggregator item.
Item::getGuid function core/modules/aggregator/src/Entity/Item.php Returns the unique identifier for the feed item.
Item::getInfo function core/lib/Drupal/Core/Render/Element/Item.php Returns the element properties for this element.
Item::getLink function core/modules/aggregator/src/Entity/Item.php Returns the link to the feed item.
Item::getPostedTime function core/modules/aggregator/src/Entity/Item.php Returns the posted date of the feed item, as a Unix timestamp.
Item::getTitle function core/modules/aggregator/src/Entity/Item.php Returns the title of the feed item.
ItemHalJsonTestBase::getExpectedCacheContexts function core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ItemHalJsonTestBase::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php Returns the expected normalization of the entity.
ItemHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php Returns the normalized POST entity.
ItemInterface::getAuthor function core/modules/aggregator/src/ItemInterface.php Returns the author of the feed item.
ItemInterface::getDescription function core/modules/aggregator/src/ItemInterface.php Returns the body of the feed item.
ItemInterface::getFeedId function core/modules/aggregator/src/ItemInterface.php Returns the feed id of aggregator item.
ItemInterface::getGuid function core/modules/aggregator/src/ItemInterface.php Returns the unique identifier for the feed item.
ItemInterface::getLink function core/modules/aggregator/src/ItemInterface.php Returns the link to the feed item.
ItemInterface::getPostedTime function core/modules/aggregator/src/ItemInterface.php Returns the posted date of the feed item, as a Unix timestamp.
ItemInterface::getTitle function core/modules/aggregator/src/ItemInterface.php Returns the title of the feed item.
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 #[\ReturnTypeWillChange]
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 #[\ReturnTypeWillChange]
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 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::$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.
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/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Returns the expected JSON:API document for the entity.
ItemTest::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Return the expected error message.
ItemTest::getPostDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Returns the JSON:API POST document.
ItemTest::testGetIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/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 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 enable.

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