Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| SectionRenderTest.php | file | core/ |
|
| SectionRenderTest::$account | property | core/ |
The current user. |
| SectionRenderTest::$blockManager | property | core/ |
The block plugin manager. |
| SectionRenderTest::$contextHandler | property | core/ |
The plugin context handler. |
| SectionRenderTest::$contextRepository | property | core/ |
The context manager service. |
| SectionRenderTest::$eventDispatcher | property | core/ |
The event dispatcher. |
| SectionRenderTest::setUp | function | core/ |
|
| SectionRenderTest::testContextAwareBlock | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArray | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayAccessDenied | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayEmpty | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayMissingPluginId | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayPreview | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionStorageBase::appendSection | function | core/ |
Appends a new section to the end of the list. |
| SectionStorageTestBase::testAppendSection | function | core/ |
@covers ::appendSection[[api-linebreak]] |
| SectionStorageTrait::appendSection | function | core/ |
|
| SectionTest::testAppendComponent | function | core/ |
@covers ::appendComponent[[api-linebreak]] @covers ::getNextHighestWeight[[api-linebreak]] @covers ::getComponentsByRegion[[api-linebreak]] |
| SectionTest::testInsertComponentAppend | function | core/ |
@covers ::insertComponent[[api-linebreak]] |
| Select::extend | function | core/ |
Enhance this object by wrapping it in an extender object. |
| Select::preRenderSelect | function | core/ |
Prepares a select render element. |
| SelectExtender | class | core/ |
The base extender class for Select queries. |
| SelectExtender.php | file | core/ |
|
| SelectExtender::$connection | property | core/ |
The connection object on which to run this query. |
| SelectExtender::$placeholder | property | core/ |
The placeholder counter. |
| SelectExtender::$query | property | core/ |
The Select query object we are extending/decorating. |
| SelectExtender::$uniqueIdentifier | property | core/ |
A unique identifier for this query object. |
| SelectExtender::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
| SelectExtender::addField | function | core/ |
Adds a field to the list to be SELECTed. |
| SelectExtender::addJoin | function | core/ |
Join against another table in the database. |
| SelectExtender::addMetaData | function | core/ |
Adds additional metadata to the query. |
| SelectExtender::addTag | function | core/ |
Adds a tag to a query. |
| SelectExtender::alwaysFalse | function | core/ |
Sets a condition that is always false. |
| SelectExtender::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
| SelectExtender::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
| SelectExtender::compile | function | core/ |
Compiles the saved conditions for later retrieval. |
| SelectExtender::compiled | function | core/ |
Check whether a condition has been previously compiled. |
| SelectExtender::condition | function | core/ |
Helper function: builds the most common conditional clauses. |
| SelectExtender::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| SelectExtender::conditions | function | core/ |
Gets the, possibly nested, list of conditions in this conditional clause. |
| SelectExtender::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
| SelectExtender::distinct | function | core/ |
Sets this query to be DISTINCT. |
| SelectExtender::escapeField | function | core/ |
Escapes a field name string. |
| SelectExtender::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
| SelectExtender::execute | function | core/ |
Runs the query against the database. |
| SelectExtender::exists | function | core/ |
Sets a condition that the specified subquery returns values. |
| SelectExtender::extend | function | core/ |
Enhance this object by wrapping it in an extender object. |
| SelectExtender::fields | function | core/ |
Add multiple fields from the same table to be SELECTed. |
| SelectExtender::forUpdate | function | core/ |
Add FOR UPDATE to the query. |
| SelectExtender::getArguments | function | core/ |
Compiles and returns an associative array of the arguments for this prepared statement. |
| SelectExtender::getExpressions | function | core/ |
Returns a reference to the expressions array for this query. |
Pagination
- Previous page
- Page 54
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.