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
NodeAccessGrantsCacheContext::getCacheableMetadata function core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
NodeAccessGrantsCacheContext::getContext function core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php Returns the string representation of the cache context.
NodeAccessGrantsCacheContext::getLabel function core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php Returns the label of the cache context.
NodeAccessLanguageTest class core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Tests multilingual node access with a module that is not language-aware.
NodeAccessLanguageTest.php file core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php
NodeAccessLanguageTest::$modules property core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Modules to enable.
NodeAccessLanguageTest::setUp function core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php
NodeAccessLanguageTest::testNodeAccess function core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Tests node access with multiple node languages and no private nodes.
NodeAccessLanguageTest::testNodeAccessPrivate function core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Tests node access with multiple node languages and private nodes.
NodeAccessLanguageTest::testNodeAccessQueryTag function core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Tests select queries with a 'node_access' tag and langcode metadata.
NodeAccessTest::testGetDefaultRevisionId function core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php @covers \Drupal\content_moderation\ModerationInformation::getDefaultRevisionId[[api-linebreak]]
NodeAdminRouteSubscriber::getSubscribedEvents function core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php
NodeBodyFieldStorageTest class core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Tests node body field storage.
NodeBodyFieldStorageTest.php file core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeBodyFieldStorageTest::$modules property core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Modules to enable.
NodeBodyFieldStorageTest::setUp function core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeBodyFieldStorageTest::testFieldOverrides function core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Tests node body field storage persistence even if there are no instances.
NodeCacheTagsTest::getAdditionalCacheContextsForEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional (non-standard) cache contexts for the tested entity.
NodeCacheTagsTest::getAdditionalCacheContextsForEntityListing function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional cache tags for the tested entity's listing by type.
NodeCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Each node must have an author.
NodeClassicTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the available upgrade paths.
NodeClassicTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the expected number of entities per entity type after migration.
NodeClassicTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets expected number of entities per entity after incremental migration.
NodeClassicTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the missing upgrade paths.
NodeClassicTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the source base path for the concrete test.
NodeComment::getValueOptions function core/modules/comment/src/Plugin/views/filter/NodeComment.php Gets the value options.
NodeComplete::getIds function core/modules/node/src/Plugin/migrate/source/d6/NodeComplete.php Defines the source fields uniquely identifying a source row.
NodeComplete::getIds function core/modules/node/src/Plugin/migrate/source/d7/NodeComplete.php Defines the source fields uniquely identifying a source row.
NodeController::addPageTitle function core/modules/node/src/Controller/NodeController.php The _title_callback for the node.add route.
NodeController::getRevisionIds function core/modules/node/src/Controller/NodeController.php Gets a list of node revision IDs for a specific node.
NodeController::revisionPageTitle function core/modules/node/src/Controller/NodeController.php Page title callback for a node revision.
NodeCounter::getIds function core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php Gets the destination IDs.
NodeCounter::getIds function core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php Defines the source fields uniquely identifying a source row.
NodeCreationTest::getWatchdogIdsForTestExceptionRollback function core/modules/node/tests/src/Functional/NodeCreationTest.php Gets the watchdog IDs of the records with the rollback exception message.
NodeCreationTrait::getNodeByTitle function core/modules/node/tests/src/Traits/NodeCreationTrait.php Get a node from the database based on its title.
NodeDeleteForm::getDeletionMessage function core/modules/node/src/Form/NodeDeleteForm.php
NodeEntityTranslation::getIds function core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php Defines the source fields uniquely identifying a source row.
NodeHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/node/NodeHalJsonAnonTest.php Returns the expected normalization of the entity.
NodeHalJsonAnonTest::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/node/NodeHalJsonAnonTest.php Returns the normalized POST entity.
NodeImportChangeTest class core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Change content types during config create method invocation.
NodeImportChangeTest.php file core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php
NodeImportChangeTest::$modules property core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Modules to enable.
NodeImportChangeTest::setUp function core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Set the default field storage backend for fields created during tests.
NodeImportChangeTest::testImportChange function core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Tests importing an updated content type.
NodeInterface::getCreatedTime function core/modules/node/src/NodeInterface.php Gets the node creation timestamp.
NodeInterface::getRevisionCreationTime function core/modules/node/src/NodeInterface.php Gets the node revision creation timestamp.
NodeInterface::getTitle function core/modules/node/src/NodeInterface.php Gets the node title.
NodeInterface::getType function core/modules/node/src/NodeInterface.php Gets the node type.
NodeLanguageTest class core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php Tests node language fields, filters, and sorting.
NodeLanguageTest.php file core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php

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