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
PageTitleConvertedIntoBlockUpdateTest class core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Tests the upgrade path for page title being converted into a block.
PageTitleConvertedIntoBlockUpdateTest.php file core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php
PageTitleConvertedIntoBlockUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php The theme to install as the default for testing.
PageTitleConvertedIntoBlockUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Set database dump files to be used.
PageTitleConvertedIntoBlockUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Overrides WebTestBase::setUp() for update testing.
PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Tests that page title is being converted into a block.
PathAliasHalJsonTestBase::getExpectedCacheContexts function core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
PathAliasHalJsonTestBase::getExpectedNormalizedEntity function core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonTestBase.php Returns the expected normalization of the entity.
PathAliasHalJsonTestBase::getNormalizedPostEntity function core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonTestBase.php Returns the normalized POST entity.
PathSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php Registers the methods in this class that should be listeners.
PhpunitCompatibilityTraitTest::testGetMock function core/tests/Drupal/Tests/PhpunitCompatibilityTraitTest.php Tests that getMock is available.
PlaceBlockPageVariant::getVisibleRegionNames function core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php Returns the human-readable list of regions keyed by machine name.
PrefixInfoTest::testGetPrefixInfo function core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php Tests that DatabaseSchema::getPrefixInfo() returns the right database.
PrivateTempStoreFactory::get function core/modules/user/src/PrivateTempStoreFactory.php Creates a PrivateTempStore.
PrivateTempStoreTest::testGet function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the get() method.
PrivateTempStoreTest::testGetMetadata function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the getMetadata() method.
QueryFactory::get function core/lib/Drupal/Core/Entity/Query/QueryFactory.php Returns a query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/Query/QueryFactory.php Returns an aggregated query object for a given entity type.
QuickEditImageTest class core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php @coversDefaultClass \Drupal\image\Plugin\InPlaceEditor\Image[[api-linebreak]]
@group image
QuickEditImageTest.php file core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php
QuickEditImageTest::$contentAuthorUser property core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php A user with permissions to edit Articles and use Quick Edit.
QuickEditImageTest::$defaultTheme property core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php The theme to install as the default for testing.
QuickEditImageTest::$modules property core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php Modules to enable.
QuickEditImageTest::providerTestImageInPlaceEditor function core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php Data provider for ::testImageInPlaceEditor().
QuickEditImageTest::setUp function core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php
QuickEditImageTest::testImageInPlaceEditor function core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php Tests that quick editor works correctly with images.
QuickEditIntegrationTest::getSelectedEditor function core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php Returns the in-place editor that quickedit selects.
QuickEditIntegrationTest::testGetUntransformedTextCommand function core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php Tests GetUntransformedTextCommand AJAX command.
RdfMappingTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php Returns the expected JSON:API document for the entity.
RdfMappingTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php Returns the JSON:API POST document.
RestConfigSubscriber::getSubscribedEvents function core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php
RestRegisterUserTest::getExpectedBcUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/RestRegisterUserTest.php
RestRegisterUserTest::getExpectedUnauthorizedAccessCacheability function core/modules/user/tests/src/Functional/RestRegisterUserTest.php Returns the expected cacheability of an unauthorized access response.
RestRegisterUserTest::getExpectedUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/RestRegisterUserTest.php Return the expected error message.
RestResourceGetRouteProcessorBC class core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php Processes the BC REST routes, to ensure old route names continue to work.
RestResourceGetRouteProcessorBC.php file core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php
RestResourceGetRouteProcessorBC::$routeProvider property core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php The route provider.
RestResourceGetRouteProcessorBC::$serializerFormats property core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php The available serialization formats.
RestResourceGetRouteProcessorBC::overwriteRoute function core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php Overwrites one route's metadata with the other's.
RestResourceGetRouteProcessorBC::processOutbound function core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php Processes the outbound route.
RestResourceGetRouteProcessorBC::__construct function core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php Constructs a RestResourceGetRouteProcessorBC object.
RESTTestBase::drupalGetHeader function core/modules/rest/src/Tests/RESTTestBase.php Gets the value of an HTTP response header.
RESTTestBase::drupalGetHeaders function core/modules/rest/src/Tests/RESTTestBase.php Gets the HTTP response headers of the requested page.
RouteSubscriber::getSubscribedEvents function core/modules/path/src/Routing/RouteSubscriber.php
SchemaLegacyTest::testSchemaGetFieldValue function core/tests/Drupal/KernelTests/Core/Database/SchemaLegacyTest.php Tests deprecation of the drupal_schema_get_field_value() function.
SearchTestBase::submitGetForm function core/modules/search/src/Tests/SearchTestBase.php Simulates submission of a form using GET instead of POST.
SearchTestBase::submitGetForm function core/modules/search/tests/src/Functional/SearchTestBase.php Submission of a form via press submit button.
SharedTempStoreFactory::get function core/modules/user/src/SharedTempStoreFactory.php Creates a SharedTempStore for the current user or anonymous session.
SharedTempStoreTest::testGet function core/modules/user/tests/src/Unit/SharedTempStoreTest.php @covers ::get[[api-linebreak]]
@expectedDeprecation \Drupal\user\SharedTempStore is scheduled for removal in Drupal 9.0.0. Use \Drupal\Core\TempStore\SharedTempStore instead. See https://www.drupal.org/node/2935639.
SharedTempStoreTest::testGetIfOwner function core/modules/user/tests/src/Unit/SharedTempStoreTest.php Tests the getIfOwner() method.

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