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
NodeLegacyTest::testNodeGetRevisionAuthor function core/modules/node/tests/src/Kernel/NodeLegacyTest.php Tests that Node::getRevisionAuthor() triggers a deprecation error.
NodeMigrateType::getNodeMigrateType function core/modules/migrate_drupal/src/NodeMigrateType.php Determines the type of node migration to be used.
NodeMigrateTypeTestTrait::getTableName function core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Gets the migrate_map table name.
NodeOwnerTest::testGetCurrentUserId function core/modules/node/tests/src/Kernel/NodeOwnerTest.php Tests the legacy method used as the default entity owner.
NodePreviewForm::getFormId function core/modules/node/src/Form/NodePreviewForm.php Returns a unique string identifying the form.
NodeResourceTestBase::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Returns the expected normalization of the entity.
NodeResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Return the expected error message.
NodeResourceTestBase::getNormalizedPostEntity function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Returns the normalized POST entity.
NodeRevision::getIds function core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php Defines the source fields uniquely identifying a source row.
NodeRevision::getIds function core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php Defines the source fields uniquely identifying a source row.
NodeRevisionDeleteForm::getCancelUrl function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns the route to go to if the user cancels the action.
NodeRevisionDeleteForm::getConfirmText function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns a caption for the button that confirms the action.
NodeRevisionDeleteForm::getFormId function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns a unique string identifying the form.
NodeRevisionDeleteForm::getQuestion function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns the question to ask the user.
NodeRevisionRevertForm::getCancelUrl function core/modules/node/src/Form/NodeRevisionRevertForm.php Returns the route to go to if the user cancels the action.
NodeRevisionRevertForm::getConfirmText function core/modules/node/src/Form/NodeRevisionRevertForm.php Returns a caption for the button that confirms the action.
NodeRevisionRevertForm::getDescription function core/modules/node/src/Form/NodeRevisionRevertForm.php Returns additional text to display as a description.
NodeRevisionRevertForm::getFormId function core/modules/node/src/Form/NodeRevisionRevertForm.php Returns a unique string identifying the form.
NodeRevisionRevertForm::getQuestion function core/modules/node/src/Form/NodeRevisionRevertForm.php Returns the question to ask the user.
NodeRevisionRevertTranslationForm::getDescription function core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php Returns additional text to display as a description.
NodeRevisionRevertTranslationForm::getFormId function core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php Returns a unique string identifying the form.
NodeRevisionRevertTranslationForm::getQuestion function core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php Returns the question to ask the user.
NodeRouteContext::getAvailableContexts function core/modules/node/src/ContextProvider/NodeRouteContext.php Gets all available contexts for the purposes of configuration.
NodeRouteContext::getRuntimeContexts function core/modules/node/src/ContextProvider/NodeRouteContext.php Gets runtime context values for the given context IDs.
NodeRouteProvider::getRoutes function core/modules/node/src/Entity/NodeRouteProvider.php Provides routes for entities.
NodeSearch::getRankings function core/modules/node/src/Plugin/Search/NodeSearch.php Gathers ranking definitions from hook_ranking().
NodeSearch::getType function core/modules/node/src/Plugin/Search/NodeSearch.php Returns the search index type this plugin uses.
NodeStatisticsDatabaseStorage::getRequestTime function core/modules/statistics/src/NodeStatisticsDatabaseStorage.php Get current request time.
NodeStorageSchema::getEntitySchema function core/modules/node/src/NodeStorageSchema.php Gets the entity schema for the specified entity type.
NodeStorageSchema::getSharedTableFieldSchema function core/modules/node/src/NodeStorageSchema.php Gets the schema for a single field definition.
NodeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/NodeTest.php Returns the expected JSON:API document for the entity.
NodeTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/NodeTest.php Return the expected error message.
NodeTest::getIncludePermissions function core/modules/jsonapi/tests/src/Functional/NodeTest.php Authorize the user under test with additional permissions to view includes.
NodeTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/NodeTest.php Returns the JSON:API POST document.
NodeTest::testGetIndividual function core/modules/jsonapi/tests/src/Functional/NodeTest.php Tests GETting an individual resource, plus edge cases to ensure good DX.
NodeTranslationExceptionSubscriber::getSubscribedEvents function core/modules/node/src/EventSubscriber/NodeTranslationExceptionSubscriber.php
NodeTranslationMigrateSubscriber::getSubscribedEvents function core/modules/node/src/EventSubscriber/NodeTranslationMigrateSubscriber.php
NodeTranslationUITest::getAdministratorPermissions function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns an array of permissions needed for the administrator.
NodeTranslationUITest::getEditorPermissions function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns an array of permissions needed for the editor.
NodeTranslationUITest::getFormSubmitSuffix function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns appropriate submit button suffix based on translatability.
NodeTranslationUITest::getNewEntityValues function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns an array of entity field values to be tested.
NodeTranslationUITest::getTranslatorPermissions function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns an array of permissions needed for the translator.
NodeType::getCommentFields function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Returns the fields containing comment settings for each node type.
NodeType::getCommentFields function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Returns the fields containing comment settings for each node type.
NodeType::getDescription function core/modules/node/src/Entity/NodeType.php Gets the description.
NodeType::getHelp function core/modules/node/src/Entity/NodeType.php Gets the help information.
NodeType::getIds function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Defines the source fields uniquely identifying a source row.
NodeType::getIds function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Defines the source fields uniquely identifying a source row.
NodeType::getPreviewMode function core/modules/node/src/Entity/NodeType.php Gets the preview mode.
NodeTypeInitialLanguageTest class core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php Tests node type initial language settings.

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