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 |
|---|---|---|---|
| ConfirmFormHelperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\ConfirmFormHelper[[api-linebreak]] @group Form |
| ConfirmFormHelperTest.php | file | core/ |
|
| ConfirmFormHelperTest::providerTestCancelLinkDestination | function | core/ |
Provides test data for testCancelLinkDestination(). |
| ConfirmFormHelperTest::testCancelLinkDestination | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormHelperTest::testCancelLinkRoute | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormHelperTest::testCancelLinkRouteWithParams | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormHelperTest::testCancelLinkRouteWithUrl | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormHelperTest::testCancelLinkTitle | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormInterface::getDescription | function | core/ |
Returns additional text to display as a description. |
| ConfirmFormInterface::getQuestion | function | core/ |
Returns the question to ask the user. |
| ConfirmFormTest | class | core/ |
Tests confirmation forms. |
| ConfirmFormTest.php | file | core/ |
|
| ConfirmFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ConfirmFormTest::$modules | property | core/ |
Modules to enable. |
| ConfirmFormTest::assertCancelLinkUrl | function | core/ |
Asserts that a cancel link is present pointing to the provided URL. |
| ConfirmFormTest::testConfirmForm | function | core/ |
|
| ConfirmFormTest::testConfirmFormWithExternalDestination | function | core/ |
Tests that the confirm form does not use external destinations. |
| ConfirmFormTestForm | class | core/ |
Provides a test confirmation form. |
| ConfirmFormTestForm.php | file | core/ |
|
| ConfirmFormTestForm::buildForm | function | core/ |
Form constructor. |
| ConfirmFormTestForm::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
| ConfirmFormTestForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| ConfirmFormTestForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ConfirmFormTestForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| ConfirmFormTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ConfirmFormTestForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ConfirmFormTestForm::submitForm | function | core/ |
Form submission handler. |
| Connection::$attachedDatabases | property | core/ |
All databases attached to the current database. This is used to allow prefixes to be safely handled without locking the table |
| Connection::$connectionOptions | property | core/ |
The connection information for this connection object. |
| Connection::$databaseVersion | property | core/ |
Hardcoded database server version. |
| Connection::$driverClasses | property | core/ |
Index of what driver-specific class to use for various operations. |
| Connection::$escapedAliases | property | core/ |
List of escaped aliases names, keyed by unescaped aliases. |
| Connection::$escapedNames | property | core/ |
List of escaped database, table, and field names, keyed by unescaped names. |
| Connection::$needsCleanup | property | core/ |
Flag to indicate if the cleanup function in __destruct() should run. |
| Connection::$postgresqlConditionOperatorMap | property | core/ |
A map of condition operators to PostgreSQL operators. |
| Connection::$postgresqlReservedKeyWords | property | core/ |
The list of PostgreSQL reserved key words. |
| Connection::$prefixes | property | core/ |
The prefixes used by this database connection. |
| Connection::$prefixSearch | property | core/ |
List of search values for use in prefixTables(). |
| Connection::$reservedKeyWords | property | core/ |
The list of MySQL reserved key words. |
| Connection::$rootTransactionEndCallbacks | property | core/ |
Post-root (non-nested) transaction commit callbacks. |
| Connection::$schema | property | core/ |
The schema object for this connection. |
| Connection::$sqliteConditionOperatorMap | property | core/ |
A map of condition operators to SQLite operators. |
| Connection::$statementClass | property | core/ |
The name of the Statement class for this connection. |
| Connection::$transactionalDDLSupport | property | core/ |
Whether this database connection supports transactional DDL. |
| Connection::$transactionLayers | property | core/ |
Tracks the number of "layers" of transactions currently active. |
| Connection::$transactionSupport | property | core/ |
Whether this database connection supports transactions. |
| Connection::$unprefixedTablesMap | property | core/ |
List of un-prefixed table names, keyed by prefixed table names. |
| Connection::ACCESS_DENIED | constant | core/ |
Error code for "Access denied" error. |
| Connection::addRootTransactionEndCallback | function | core/ |
Adds a root transaction end callback. |
| Connection::addSavepoint | function | core/ |
Add a new savepoint with an unique name. |
Pagination
- Previous page
- Page 208
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.