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. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
StateInterface::getMultiple function core/lib/Drupal/Core/State/StateInterface.php Returns the stored key/value pairs for a given set of keys.
StateInterface::getTransitions function core/modules/workflows/src/StateInterface.php Gets all the possible transition objects for the state.
StateInterface::getTransitionTo function core/modules/workflows/src/StateInterface.php Gets the Transition object for the provided state ID.
StateInterface::getValuesSetDuringRequest function core/lib/Drupal/Core/State/StateInterface.php Returns any values modified for a given key during the request.
Statement::getClientStatement function core/modules/mysqli/src/Driver/Database/mysqli/Statement.php Returns the client-level database statement object.
Statement::getStatement function core/modules/sqlite/src/Driver/Database/sqlite/Statement.php The PDO SQLite layer doesn't replace numeric placeholders in queries
correctly, and this makes numeric expressions (such as COUNT(*) >= :count)
fail. We replace numeric placeholders in the query ourselves to work
around this bug.
StatementBase::getClientStatement function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns the client-level database statement object.
StatementBase::getConnectionTarget function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::getQueryString function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementExecutionEndEvent::getElapsedTime function core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Gets the query execution elapsed time.
StatementExecutionSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php
StatementInterface::getConnectionTarget function core/lib/Drupal/Core/Database/StatementInterface.php Returns the target connection this statement is associated with.
StatementInterface::getQueryString function core/lib/Drupal/Core/Database/StatementInterface.php Gets the query string of this statement.
StatementIteratorTrait::getResultsetCurrentRowIndex function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Returns the row index of the current element in the resultset.
StatementPrefetchIterator::getClientStatement function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns the client-level database PDO statement object.
StatementPrefetchIterator::getStatement function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Grab a PDOStatement object from a given query and its arguments.
StatementWrapperIterator::getClientStatement function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns the client-level database PDO statement object.
StateTest::testDeleteAfterGet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & delete() method.
StateTest::testExistingGetValuesSetDuringRequest function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getValuesSetDuringRequest() method with an existing value.
StateTest::testGet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & getMultiple() method.
StateTest::testGetEmpty function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & getMultiple() method.
StateTest::testGetMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTest::testGetMultiplePartiallyFilledStaticCache function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTest::testGetMultipleStaticCache function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTest::testGetMultipleWithMissingValues function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTest::testGetStaticCache function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & getMultiple() method.
StateTest::testGetters function core/modules/workflows/tests/src/Unit/StateTest.php Tests getters.
StateTest::testGetTransitions function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transitions.
StateTest::testGetTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transition to.
StateTest::testGetTransitionToException function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transition to exception.
StateTest::testGetValuesSetDuringRequest function core/tests/Drupal/Tests/Core/State/StateTest.php Tests the ::getValuesSetDuringRequest() method.
StateTest::testSetBeforeGet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests get() method.
StateTest::testSetMultipleBeforeGetMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTransitionValidation::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidation.php Gets a list of transitions that are legal for this user on this entity.
StateTransitionValidationInterface::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidationInterface.php Gets a list of transitions that are legal for this user on this entity.
StaticDiscovery::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php
StaticDiscoveryDecorator::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php
StaticDiscoveryDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php
StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Helper method to provide a mocked callback object with expectations.
StaticDiscoveryDecoratorTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::providerGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Tests get definition.
StaticDiscoveryDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Tests get definitions.
StaticDiscoveryTestDecoratedClass::getDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticMenuLinkOverrides::getCacheTags function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php
StaticMenuLinkOverrides::getConfig function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Gets the configuration object when needed.
StaticMenuLinkOverridesInterface::getCacheTags function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php The unique cache tag associated with this menu link override.
StaticReflectionClass::getConstant function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionClass::getConstants function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionClass::getConstructor function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php

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