Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| QueryFactoryInterface.php | file | core/ |
|
| QueryFactoryInterface::get | function | core/ |
Instantiates an entity query for a given entity type. |
| QueryFactoryInterface::getAggregate | function | core/ |
Instantiates an aggregation query object for a given entity type. |
| QueryFactoryTest | class | core/ |
Tests Drupal\Core\Config\Entity\Query\QueryFactory. |
| QueryFactoryTest.php | file | core/ |
|
| QueryFactoryTest::getConfigObject | function | core/ |
Gets a test configuration object. |
| QueryFactoryTest::providerTestGetKeys | function | core/ |
|
| QueryFactoryTest::testGetKeys | function | core/ |
Tests get keys. |
| QueryFactoryTest::testGetKeysWildCardEnd | function | core/ |
Tests get keys wild card end. |
| QueryGroupByTest::$storage | property | core/ |
The storage for the test entity type. |
| QueryGroupByTest::testGroupByCountOnlyFilters | function | core/ |
Tests group by with filters. |
| QueryOptionsTest::testStoreQuerySettingsOverride | function | core/ |
Test that query overrides are stored. |
| QueryParameterWorkspaceNegotiator | class | core/ |
Defines the query parameter workspace negotiator. |
| QueryParameterWorkspaceNegotiator.php | file | core/ |
|
| QueryParameterWorkspaceNegotiator::$persist | property | core/ |
Whether the negotiated workspace should be persisted. |
| QueryParameterWorkspaceNegotiator::applies | function | core/ |
Checks whether the negotiator applies to the current request or not. |
| QueryParameterWorkspaceNegotiator::getActiveWorkspaceId | function | core/ |
Performs workspace negotiation. |
| QueryParameterWorkspaceNegotiator::getQueryOptions | function | core/ |
Returns the query options used by this negotiator. |
| QueryParameterWorkspaceNegotiator::getQueryToken | function | core/ |
Calculates a token based on a workspace ID. |
| QueryParameterWorkspaceNegotiator::setActiveWorkspace | function | core/ |
Notifies the negotiator that the workspace ID returned has been accepted. |
| QueryParameterWorkspaceNegotiator::unsetActiveWorkspace | function | core/ |
Unsets the negotiated workspace. |
| QueryPluginBase::$groupOperator | property | core/ |
Controls how the WHERE and HAVING groups are put together. |
| QueryPluginBase::setGroupOperator | function | core/ |
Control how all WHERE and HAVING groups are put together. |
| QueryPluginBase::setOffset | function | core/ |
Set an OFFSET on the query, specifying a number of results to skip. |
| QueryPluginBase::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| QueryTest::testConditionOperatorArgumentsSQLInjection | function | core/ |
Tests SQL injection via condition operator. |
| QueueDatabaseFactory | class | core/ |
Defines the queue factory for the database backend. |
| QueueDatabaseFactory.php | file | core/ |
|
| QueueDatabaseFactory::$connection | property | core/ |
The database connection. |
| QueueDatabaseFactory::get | function | core/ |
Constructs a new queue object for a given name. |
| QueueDatabaseFactory::__construct | function | core/ |
Constructs this factory object. |
| QueueExceptionsTest::testDelayedRequeueExceptionCallsParentConstructor | function | core/ |
Tests that the `DelayedRequeueException` calls parent constructor. |
| QueueFactory | class | core/ |
Defines the queue factory. |
| QueueFactory.php | file | core/ |
|
| QueueFactory::$queues | property | core/ |
Instantiated queues, keyed by name. |
| QueueFactory::$settings | property | core/ |
The settings object. |
| QueueFactory::get | function | core/ |
Constructs a new queue. |
| QueueFactory::__construct | function | core/ |
Constructs QueueFactory object. |
| QueueFactoryInterface | interface | core/ |
An interface defining queue factory classes. |
| QueueFactoryInterface.php | file | core/ |
|
| QueueFactoryInterface::get | function | core/ |
Constructs a new queue object for a given name. |
| Random::$randomGenerator | property | core/ |
The random generator. |
| Random::getGenerator | function | core/ |
Gets the random generator for the utility methods. |
| RandomGeneratorTrait | trait | core/ |
Provides random generator utility methods. |
| RandomGeneratorTrait.php | file | core/ |
|
| RandomGeneratorTrait::getRandomGenerator | function | core/ |
Gets the random generator for the utility methods. |
| RandomGeneratorTrait::randomMachineName | function | core/ |
Generates a unique random string containing letters and numbers. |
| RandomGeneratorTrait::randomObject | function | core/ |
Generates a random PHP object. |
| RandomGeneratorTrait::randomString | function | core/ |
Generates a pseudo-random string of ASCII characters of codes 32 to 126. |
| RandomTest::testRandomStringValidator | function | core/ |
Tests random string validation callbacks. |
Pagination
- Previous page
- Page 196
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.