Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SectionStorageInterface::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
| SectionStorageInterface::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
| SectionStorageInterface::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
| SectionStorageInterface::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
| SectionStorageInterface::getPluginDefinition | function | core/ |
|
| SectionStorageInterface::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
| SectionStorageInterface::getStorageId | function | core/ |
Returns an identifier for this storage. |
| SectionStorageInterface::getStorageType | function | core/ |
Returns the type of this storage. |
| SectionStorageInterface::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
| SectionStorageInterface::label | function | core/ |
Gets the label for the object using the sections. |
| SectionStorageInterface::save | function | core/ |
Saves the sections. |
| SectionStorageLocalTaskProviderInterface | interface | core/ |
Allows section storage plugins to provide local tasks. |
| SectionStorageLocalTaskProviderInterface.php | file | core/ |
|
| SectionStorageLocalTaskProviderInterface::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
| SectionStorageManagerInterface | interface | core/ |
Provides the interface for a plugin manager of section storage types. |
| SectionStorageManagerInterface.php | file | core/ |
|
| SectionStorageManagerInterface::findByContext | function | core/ |
Finds the section storage to load based on available contexts. |
| SectionStorageManagerInterface::load | function | core/ |
Loads a section storage with the provided contexts applied. |
| SectionStorageManagerInterface::loadEmpty | function | core/ |
Loads a section storage with no associated section list. |
| SelectInterface | interface | core/ |
Interface definition for a Select Query object. |
| SelectInterface.php | file | core/ |
|
| SelectInterface::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
| SelectInterface::addField | function | core/ |
Adds a field to the list to be SELECTed. |
| SelectInterface::addJoin | function | core/ |
Join against another table in the database. |
| SelectInterface::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
| SelectInterface::distinct | function | core/ |
Sets this query to be DISTINCT. |
| SelectInterface::escapeField | function | core/ |
Escapes a field name string. |
| SelectInterface::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
| SelectInterface::execute | function | core/ |
Runs the query against the database. |
| SelectInterface::fields | function | core/ |
Add multiple fields from the same table to be SELECTed. |
| SelectInterface::forUpdate | function | core/ |
Add FOR UPDATE to the query. |
| SelectInterface::getArguments | function | core/ |
Compiles and returns an array of the arguments for this prepared statement. |
| SelectInterface::getExpressions | function | core/ |
Returns a reference to the expressions array for this query. |
| SelectInterface::getFields | function | core/ |
Returns a reference to the fields array for this query. |
| SelectInterface::getGroupBy | function | core/ |
Returns a reference to the group-by array for this query. |
| SelectInterface::getOrderBy | function | core/ |
Returns a reference to the order by array for this query. |
| SelectInterface::getTables | function | core/ |
Returns a reference to the tables array for this query. |
| SelectInterface::getUnion | function | core/ |
Returns a reference to the union queries for this query. |
| SelectInterface::groupBy | function | core/ |
Groups the result set by the specified field. |
| SelectInterface::having | function | core/ |
Adds an arbitrary HAVING clause to the query. |
| SelectInterface::havingArguments | function | core/ |
Gets a list of all values to insert into the HAVING clause. |
| SelectInterface::havingCompile | function | core/ |
Compiles the HAVING clause for later retrieval. |
| SelectInterface::havingCondition | function | core/ |
Helper function to build most common HAVING conditional clauses. |
| SelectInterface::havingConditions | function | core/ |
Gets a list of all conditions in the HAVING clause. |
| SelectInterface::havingExists | function | core/ |
Sets a HAVING condition that the specified subquery returns values. |
| SelectInterface::havingIsNotNull | function | core/ |
Sets a condition in the HAVING clause that the specified field be NOT NULL. |
| SelectInterface::havingIsNull | function | core/ |
Sets a condition in the HAVING clause that the specified field be NULL. |
| SelectInterface::havingNotExists | function | core/ |
Sets a HAVING condition that the specified subquery returns no values. |
| SelectInterface::innerJoin | function | core/ |
Inner Join against another table in the database. |
| SelectInterface::isPrepared | function | core/ |
Indicates if preExecute() has already been called on that object. |
Pagination
- Previous page
- Page 75
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.