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
BaseFieldDefinition::getUniqueStorageIdentifier function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns a unique identifier for the field storage.
BaseFieldDefinition::setTargetBundle function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets the bundle this field is defined for.
BaseFieldDefinition::setTargetEntityTypeId function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets the ID of the type of the entity this field is attached to.
BaseFieldDefinitionTestBase::getModuleAndPath function core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php Returns the module name and the module directory for the plugin.
BaseFieldDefinitionTestBase::getPluginId function core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php Returns the plugin ID of the tested field type.
BaseFieldOverride::getBaseFieldDefinition function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Gets the base field definition.
BaseFieldOverride::getClass function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns the class used for creating the typed data object.
BaseFieldOverride::getDisplayOptions function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns the default display options for the field.
BaseFieldOverride::getFieldStorageDefinition function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns the field storage definition.
BaseFieldOverride::getUniqueIdentifier function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns a unique identifier for the field.
BaseFieldOverrideResourceTestBase::getExpectedCacheContexts function core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
BaseFieldOverrideResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php Returns the expected normalization of the entity.
BaseFieldOverrideResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php Return the expected error message.
BaseFieldOverrideResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php Returns the normalized POST entity.
BaseFieldOverrideTest::getClassTestCases function core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php Test cases for ::testGetClass.
BaseFieldOverrideTest::testGetClass function core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php @covers ::getClass[[api-linebreak]]
BaseFormIdInterface::getBaseFormId function core/lib/Drupal/Core/Form/BaseFormIdInterface.php Returns a string identifying the base form.
BasicForm::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicFormNoContainerInjectionInterface::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicFormNoUpcasting::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicSyntaxTest::testGetFullQualifiedTableName function core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php Tests \Drupal\Core\Database\Connection::getFullQualifiedTableName().
Batch::getAllItems function core/lib/Drupal/Core/Queue/Batch.php Retrieves all remaining items in the queue.
BatchMemory::getAllItems function core/lib/Drupal/Core/Queue/BatchMemory.php Retrieves all remaining items in the queue.
batch_get function core/includes/form.inc Retrieves the current batch.
BazCacheContext::getCacheableMetadata function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Gets the cacheability metadata for the context based on the parameter value.
BazCacheContext::getContext function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Returns the string representation of the cache context.
BazCacheContext::getLabel function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Returns the label of the cache context.
BinaryData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the primitive data value casted to the correct PHP type.
BinaryData::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Returns a string representation of the data.
BinaryData::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the data value.
BlockBaseTest::providerTestGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Provides data for testGetMachineNameSuggestion().
BlockBaseTest::testGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Tests the machine name suggestion.
BlockContentHalJsonAnonTest::getExpectedCacheContexts function core/modules/hal/tests/src/Functional/block_content/BlockContentHalJsonAnonTest.php The expected cache contexts for the GET/HEAD response of the test entity.
BlockContentHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/block_content/BlockContentHalJsonAnonTest.php Returns the expected normalization of the entity.
BlockContentHalJsonAnonTest::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/block_content/BlockContentHalJsonAnonTest.php Returns the normalized POST entity.
BlockManager::getFallbackPluginId function core/lib/Drupal/Core/Block/BlockManager.php Gets a fallback id for a missing plugin.
BlockManager::getSortedDefinitions function core/lib/Drupal/Core/Block/BlockManager.php Gets sorted plugin definitions.
BlockManager::getType function core/lib/Drupal/Core/Block/BlockManager.php A string identifying the plugin type.
BlockPluginInterface::getMachineNameSuggestion function core/lib/Drupal/Core/Block/BlockPluginInterface.php Suggests a machine name to identify an instance of this block.
BlockPluginTrait::getConfiguration function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::getMachineNameSuggestion function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::getPreviewFallbackString function core/lib/Drupal/Core/Block/BlockPluginTrait.php
Book::getEntityTypeId function core/modules/book/src/Plugin/migrate/destination/Book.php Finds the entity type from configuration or plugin ID.
Book::getIds function core/modules/book/src/Plugin/migrate/source/Book.php Defines the source fields uniquely identifying a source row.
BookAdminEditForm::getFormId function core/modules/book/src/Form/BookAdminEditForm.php Returns a unique string identifying the form.
BookLocalTasksTest::getBookAdminRoutes function core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php Provides a list of routes to test.
BookLocalTasksTest::getBookNodeRoutes function core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php Provides a list of routes to test.
BookManager::bookTreeGetFlat function core/modules/book/src/BookManager.php Gets the book for a page and returns it as a linear array.
BookManager::getActiveTrailIds function core/modules/book/src/BookManager.php Gets the active trail IDs for the specified book at the provided path.
BookManager::getAllBooks function core/modules/book/src/BookManager.php Returns an array of all books.

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