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. Other projects
Title Object type File name Summary
TermStorage::getNodeTerms function core/modules/taxonomy/src/TermStorage.php Returns all terms used to tag some given nodes.
TermStorage::getParents function core/modules/taxonomy/src/TermStorage.php Returns a list of parents of this term.
TermStorage::getTermIdsWithPendingRevisions function core/modules/taxonomy/src/TermStorage.php Gets a list of term IDs with pending revisions.
TermStorage::getVocabularyHierarchyType function core/modules/taxonomy/src/TermStorage.php Returns the hierarchy type for a specific vocabulary ID.
TermStorageInterface::getNodeTerms function core/modules/taxonomy/src/TermStorageInterface.php Returns all terms used to tag some given nodes.
TermStorageInterface::getTermIdsWithPendingRevisions function core/modules/taxonomy/src/TermStorageInterface.php Gets a list of term IDs with pending revisions.
TermStorageInterface::getVocabularyHierarchyType function core/modules/taxonomy/src/TermStorageInterface.php Returns the hierarchy type for a specific vocabulary ID.
TermStorageSchema::getDedicatedTableSchema function core/modules/taxonomy/src/TermStorageSchema.php Gets the SQL schema for a dedicated table.
TermStorageSchema::getEntitySchema function core/modules/taxonomy/src/TermStorageSchema.php Gets the entity schema for the specified entity type.
TermStorageSchema::getSharedTableFieldSchema function core/modules/taxonomy/src/TermStorageSchema.php Gets the schema for a single field definition.
TermTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/TermTest.php The expected cache contexts for the GET/HEAD response of the test entity.
TermTest::getExpectedCacheTags function core/modules/jsonapi/tests/src/Functional/TermTest.php The expected cache tags for the GET/HEAD response of the test entity.
TermTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/TermTest.php Returns the expected JSON:API document for the entity.
TermTest::getExpectedGetRelationshipDocumentData function core/modules/jsonapi/tests/src/Functional/TermTest.php Gets the expected document data for the given relationship.
TermTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/TermTest.php Returns the expected cacheability for an unauthorized response.
TermTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/TermTest.php Return the expected error message.
TermTest::getParentTids function core/modules/taxonomy/tests/src/Functional/TermTest.php Get the parent tids for a term including root.
TermTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/TermTest.php Returns the JSON:API POST document.
TermTest::providerTestGetIndividualTermWithParent function core/modules/jsonapi/tests/src/Functional/TermTest.php Data provider for ::testGetIndividualTermWithParent().
TermTest::testGetIndividualTermWithParent function core/modules/jsonapi/tests/src/Functional/TermTest.php Tests GETting a term with a parent term other than the default <root> (0).
TermTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php Defines the source fields uniquely identifying a source row.
TermTranslationTest::getLeafTerm function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Get the final (leaf) term in the hierarchy.
TermTranslationUITest::getEditValues function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an edit array containing the values to be posted.
TermTranslationUITest::getNewEntityValues function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an array of entity field values to be tested.
TermTranslationUITest::getTranslatorPermissions function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an array of permissions needed for the translator.
TermViewsData::getViewsData function core/modules/taxonomy/src/TermViewsData.php Returns views data for the entity type.
Test::getMetadata function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets the value for a metadata attribute for a given media item.
Test::getMetadataAttributes function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets a list of metadata attributes provided by this plugin.
Test::getPluginDefinition function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets the definition of the plugin implementation.
TestableSqlContentEntityStorage::getTableMapping function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Overrides original SqlContentEntityStorage::getTableMapping().
TestAccessBlock::getCacheMaxAge function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php
TestActionConfirmForm::getCancelUrl function core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php Returns the route to go to if the user cancels the action.
TestActionConfirmForm::getFormId function core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php Returns a unique string identifying the form.
TestActionConfirmForm::getQuestion function core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php Returns the question to ask the user.
TestAddForm::getFormId function core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php Returns a unique string identifying the form.
TestAnnotation::get function core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php Gets the value of an annotation.
TestAttribute::get function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php Gets the value of an attribute.
TestCacheableDependency::getCacheContexts function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The cache contexts associated with this object.
TestCacheableDependency::getCacheMaxAge function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The maximum age for which this object may be cached.
TestCacheableDependency::getCacheTags function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The cache tags associated with this object.
TestCacheBlock::getCacheContexts function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php
TestCacheBlock::getCacheMaxAge function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php
TestCacheOptionalBlock::getCacheContexts function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheOptionalBlock.php
TestCacheOptionalBlock::getCacheMaxAge function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheOptionalBlock.php
TestClass::getSubscribedEvents function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Registers methods as kernel listeners.
TestClassClassMetadata::$annotationTargets property core/tests/PHPStan/Rules/TestClassClassMetadata.php PHPUnit metadata annotations.
TestClassClassMetadata::getNodeType function core/tests/PHPStan/Rules/TestClassClassMetadata.php
TestClassClassMetadataTest::getRule function core/tests/PHPStan/tests/TestClassClassMetadataTest.php
TestClassMethodMetadata::$annotationTargets property core/tests/PHPStan/Rules/TestClassMethodMetadata.php PHPUnit metadata annotations.
TestClassMethodMetadata::getNodeType function core/tests/PHPStan/Rules/TestClassMethodMetadata.php

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