Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ConfirmFormHelperTest class core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @coversDefaultClass \Drupal\Core\Form\ConfirmFormHelper[[api-linebreak]]
@group Form
ConfirmFormHelperTest.php file core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php
ConfirmFormHelperTest::providerTestCancelLinkDestination function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php Provides test data for testCancelLinkDestination().
ConfirmFormHelperTest::testCancelLinkDestination function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink[[api-linebreak]]
ConfirmFormHelperTest::testCancelLinkRoute function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink[[api-linebreak]]
ConfirmFormHelperTest::testCancelLinkRouteWithParams function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink[[api-linebreak]]
ConfirmFormHelperTest::testCancelLinkRouteWithUrl function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink[[api-linebreak]]
ConfirmFormHelperTest::testCancelLinkTitle function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink[[api-linebreak]]
ConfirmFormInterface::getDescription function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns additional text to display as a description.
ConfirmFormInterface::getQuestion function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the question to ask the user.
ConfirmFormTest class core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests confirmation forms.
ConfirmFormTest.php file core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConfirmFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php The theme to install as the default for testing.
ConfirmFormTest::$modules property core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Modules to enable.
ConfirmFormTest::assertCancelLinkUrl function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Asserts that a cancel link is present pointing to the provided URL.
ConfirmFormTest::testConfirmForm function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConfirmFormTest::testConfirmFormWithExternalDestination function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests that the confirm form does not use external destinations.
ConfirmFormTestForm class core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Provides a test confirmation form.
ConfirmFormTestForm.php file core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
ConfirmFormTestForm::buildForm function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Form constructor.
ConfirmFormTestForm::getCancelText function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a caption for the link which cancels the action.
ConfirmFormTestForm::getCancelUrl function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the route to go to if the user cancels the action.
ConfirmFormTestForm::getConfirmText function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a caption for the button that confirms the action.
ConfirmFormTestForm::getDescription function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns additional text to display as a description.
ConfirmFormTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a unique string identifying the form.
ConfirmFormTestForm::getQuestion function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the question to ask the user.
ConfirmFormTestForm::submitForm function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Form submission handler.
Connection::$attachedDatabases property core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php 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/lib/Drupal/Core/Database/Connection.php The connection information for this connection object.
Connection::$databaseVersion property core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php Hardcoded database server version.
Connection::$driverClasses property core/lib/Drupal/Core/Database/Connection.php Index of what driver-specific class to use for various operations.
Connection::$escapedAliases property core/lib/Drupal/Core/Database/Connection.php List of escaped aliases names, keyed by unescaped aliases.
Connection::$escapedNames property core/lib/Drupal/Core/Database/Connection.php List of escaped database, table, and field names, keyed by unescaped names.
Connection::$needsCleanup property core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Flag to indicate if the cleanup function in __destruct() should run.
Connection::$postgresqlConditionOperatorMap property core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php A map of condition operators to PostgreSQL operators.
Connection::$postgresqlReservedKeyWords property core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php The list of PostgreSQL reserved key words.
Connection::$prefixes property core/lib/Drupal/Core/Database/Connection.php The prefixes used by this database connection.
Connection::$prefixSearch property core/lib/Drupal/Core/Database/Connection.php List of search values for use in prefixTables().
Connection::$reservedKeyWords property core/lib/Drupal/Core/Database/Driver/mysql/Connection.php The list of MySQL reserved key words.
Connection::$rootTransactionEndCallbacks property core/lib/Drupal/Core/Database/Connection.php Post-root (non-nested) transaction commit callbacks.
Connection::$schema property core/lib/Drupal/Core/Database/Connection.php The schema object for this connection.
Connection::$sqliteConditionOperatorMap property core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php A map of condition operators to SQLite operators.
Connection::$statementClass property core/lib/Drupal/Core/Database/Connection.php The name of the Statement class for this connection.
Connection::$transactionalDDLSupport property core/lib/Drupal/Core/Database/Connection.php Whether this database connection supports transactional DDL.
Connection::$transactionLayers property core/lib/Drupal/Core/Database/Connection.php Tracks the number of "layers" of transactions currently active.
Connection::$transactionSupport property core/lib/Drupal/Core/Database/Connection.php Whether this database connection supports transactions.
Connection::$unprefixedTablesMap property core/lib/Drupal/Core/Database/Connection.php List of un-prefixed table names, keyed by prefixed table names.
Connection::ACCESS_DENIED constant core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Error code for "Access denied" error.
Connection::addRootTransactionEndCallback function core/lib/Drupal/Core/Database/Connection.php Adds a root transaction end callback.
Connection::addSavepoint function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Add a new savepoint with an unique name.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.