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
QueryArgsCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php @covers ::getContext[[api-linebreak]]
QueryBase::getAggregationAlias function core/lib/Drupal/Core/Entity/Query/QueryBase.php Generates an alias for a field and its aggregated function.
QueryBase::getClass function core/lib/Drupal/Core/Entity/Query/QueryBase.php Finds a class in a list of namespaces.
QueryBase::getEntityTypeId function core/lib/Drupal/Core/Entity/Query/QueryBase.php Gets the ID of the entity type for this query.
QueryBase::getMetaData function core/lib/Drupal/Core/Entity/Query/QueryBase.php Retrieves a given piece of metadata.
QueryBase::getNamespaces function core/lib/Drupal/Core/Entity/Query/QueryBase.php Gets a list of namespaces of the ancestors of a class.
QueryBatchTest::getDatabase function core/modules/migrate/tests/src/Kernel/QueryBatchTest.php Builds an in-memory SQLite database from a set of source data.
QueryBatchTest::getIds function core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php Defines the source fields uniquely identifying a source row.
QueryBatchTest::getPlugin function core/modules/migrate/tests/src/Kernel/QueryBatchTest.php Instantiates the source plugin under test.
QueryFactory::get function core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/modules/workspaces/src/EntityQuery/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::getAggregate function core/modules/workspaces/src/EntityQuery/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Gets the key value store used to store fast lookups.
QueryFactory::getKeys function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Creates lookup keys for configuration data.
QueryFactory::getSubscribedEvents function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
QueryFactory::getValues function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Finds all the values for a configuration key in a configuration object.
QueryFactoryInterface::get function core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Instantiates an entity query for a given entity type.
QueryFactoryInterface::getAggregate function core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Instantiates an aggregation query object for a given entity type.
QueryFactoryTest::getConfigObject function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php Gets a test configuration object.
QueryFactoryTest::providerTestGetKeys function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php
QueryFactoryTest::testGetKeys function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php @covers ::getKeys[[api-linebreak]]
@covers ::getValues[[api-linebreak]]
QueryFactoryTest::testGetKeysWildCardEnd function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php @covers ::getKeys[[api-linebreak]]
@covers ::getValues[[api-linebreak]]
QueryInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Gets the ID of the entity type for this query.
QueryParameter::getArgument function core/modules/views/src/Plugin/views/argument_default/QueryParameter.php Return the default argument.
QueryParameter::getCacheContexts function core/modules/views/src/Plugin/views/argument_default/QueryParameter.php The cache contexts associated with this object.
QueryParameter::getCacheMaxAge function core/modules/views/src/Plugin/views/argument_default/QueryParameter.php The maximum age for which this object may be cached.
QueryParameterTest::providerGetArgument function core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php Provides data for testGetArgument().
QueryParameterTest::testGetArgument function core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php Tests the getArgument() method.
QueryParameterWorkspaceNegotiator::getActiveWorkspace function core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php Gets the negotiated workspace, if any.
QueryPluginBase::getAggregationInfo function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Get aggregation info for group by queries.
QueryPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/query/QueryPluginBase.php The cache contexts associated with this object.
QueryPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/query/QueryPluginBase.php The maximum age for which this object may be cached.
QueryPluginBase::getCacheTags function core/modules/views/src/Plugin/views/query/QueryPluginBase.php The cache tags associated with this object.
QueryPluginBase::getDateField function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Returns a Unix timestamp to database native timestamp expression.
QueryPluginBase::getDateFormat function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Creates cross-database date formatting.
QueryPluginBase::getEntityTableInfo function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Returns an array of all tables from the query that map to an entity type.
QueryPluginBase::getLimit function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Returns the limit of the query.
QueryPluginBase::getTimezoneOffset function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Get the timezone offset in seconds.
QueueDatabaseFactory::get function core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php Constructs a new queue object for a given name.
QueueFactory::get function core/lib/Drupal/Core/Queue/QueueFactory.php Constructs a new queue.
QueueSerializationTest::getFormId function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php Returns a unique string identifying the form.
QuickEditController::getUntransformedText function core/modules/quickedit/src/QuickEditController.php Returns Ajax response to render text field without transformation filters.
QuickEditFieldForm::getFormId function core/modules/quickedit/src/Form/QuickEditFieldForm.php Returns a unique string identifying the form.

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