Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Secure.php | file | core/ |
|
| Secure::$roles | property | core/ |
|
| Secure::__construct | function | core/ |
|
| SecuredRedirectResponse | class | core/ |
Provides a common base class for safe redirects. |
| SecuredRedirectResponse.php | file | core/ |
|
| SecuredRedirectResponse::createFromRedirectResponse | function | core/ |
Copies an existing redirect response into a safe one. |
| SecuredRedirectResponse::fromResponse | function | core/ |
Copies over the values from the given response. |
| SecuredRedirectResponse::isSafe | function | core/ |
Returns whether the URL is considered as safe to redirect to. |
| SecuredRedirectResponse::setTargetUrl | function | core/ |
|
| SecuredRedirectResponseTest | class | core/ |
Test secure redirect base class. |
| SecuredRedirectResponseTest.php | file | core/ |
Contains \Drupal\Tests\Component\HttpFoundation\SecuredRedirectResponseTest. |
| SecuredRedirectResponseTest::testRedirectCopy | function | core/ |
Test copying of redirect response. |
| SecuredRedirectStub | class | core/ |
|
| SecuredRedirectStub::isSafe | function | core/ |
Returns whether the URL is considered as safe to redirect to. |
| SECURITY.md | file | core/ |
Reporting a security issues If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately. |
| Select | class | core/ |
Provides a form element for a drop-down menu or scrolling selection box. |
| Select | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Select. |
| Select | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
| Select | class | core/ |
Query builder for SELECT statements. |
| Select | class | core/ |
|
| Select | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Select. |
| Select | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
| Select | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Select. |
| select.html.twig | file | core/ |
Theme override for a select element. |
| select.html.twig | file | core/ |
Theme override for a select element. |
| select.html.twig | file | core/ |
Default theme implementation for a select element. |
| Select.php | file | core/ |
|
| Select.php | file | core/ |
|
| Select.php | file | core/ |
|
| Select.php | file | core/ |
|
| Select.php | file | core/ |
|
| Select.php | file | core/ |
|
| Select.php | file | core/ |
|
| Select.php | file | core/ |
|
| Select::$distinct | property | core/ |
Whether or not this query should be DISTINCT |
| Select::$expressions | property | core/ |
The expressions to SELECT as virtual fields. |
| Select::$fields | property | core/ |
The fields to SELECT. |
| Select::$forUpdate | property | core/ |
The FOR UPDATE status |
| Select::$group | property | core/ |
The fields by which to group. |
| Select::$having | property | core/ |
The conditional object for the HAVING clause. |
| Select::$order | property | core/ |
The fields by which to order this query. |
| Select::$prepared | property | core/ |
Indicates if preExecute() has already been called. |
| Select::$range | property | core/ |
The range limiters for this query. |
| Select::$tables | property | core/ |
The tables against which to JOIN. |
| Select::$union | property | core/ |
An array whose elements specify a query to UNION, and the UNION type. The 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', 'UNION ALL', or 'UNION DISTINCT'… |
| Select::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
| Select::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
| Select::addField | function | core/ |
Adds a field to the list to be SELECTed. |
| Select::addJoin | function | core/ |
Join against another table in the database. |
| Select::addMetaData | function | core/ |
Adds additional metadata to the query. |
Pagination
- Previous page
- Page 1085
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.