Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
Connection::$target property core/lib/Drupal/Core/Database/Connection.php The database target this connection is for.
Connection::getAttachedDatabases function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Gets all the attached databases.
Connection::getConnectionOptions function core/lib/Drupal/Core/Database/Connection.php Returns the connection information for this connection object.
Connection::getDriverClass function core/lib/Drupal/Core/Database/Connection.php Gets the driver-specific override class if any for the specified class.
Connection::getFullQualifiedTableName function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/lib/Drupal/Core/Database/Connection.php Get a fully qualified table name.
Connection::getKey function core/lib/Drupal/Core/Database/Connection.php Returns the key this connection is associated with.
Connection::getLogger function core/lib/Drupal/Core/Database/Connection.php Gets the current logging object for this connection.
Connection::getSQLState function core/lib/Drupal/Core/Database/Connection.php Extracts the SQLSTATE error from the PDOException.
Connection::getTarget function core/lib/Drupal/Core/Database/Connection.php Returns the target this connection is associated with.
Connection::getUnprefixedTablesMap function core/lib/Drupal/Core/Database/Connection.php Gets a list of individually prefixed table names.
Connection::setTarget function core/lib/Drupal/Core/Database/Connection.php Tells this connection object what its target value is.
ConnectionTest::providerGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Dataprovider for testGetDriverClass().
ConnectionTest::testGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test getDriverClass().
ConnectionUnitTest::getConnectionId function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Returns the connection ID of the current test connection.
ConnectionUnitTest::TEST_TARGET_CONNECTION constant core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php A target connection identifier to be used for testing.
ConstraintManager::getDefinitionsByType function core/lib/Drupal/Core/Validation/ConstraintManager.php Returns a list of constraints that support the given type.
ConstraintManager::getDiscovery function core/lib/Drupal/Core/Validation/ConstraintManager.php Gets the plugin discovery.
ConstraintValidatorFactory::getInstance function core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php
ContactCategory::getIds function core/modules/contact/src/Plugin/migrate/source/ContactCategory.php Defines the source fields uniquely identifying a source row.
ContactForm::getMessage function core/modules/contact/src/Entity/ContactForm.php Returns the message to be displayed to user.
ContactForm::getRecipients function core/modules/contact/src/Entity/ContactForm.php Returns list of recipient email addresses.
ContactForm::getRedirectPath function core/modules/contact/src/Entity/ContactForm.php Returns the path for redirect.
ContactForm::getRedirectUrl function core/modules/contact/src/Entity/ContactForm.php Returns the url object for redirect path.
ContactForm::getReply function core/modules/contact/src/Entity/ContactForm.php Returns an auto-reply message to send to the message author.
ContactForm::getWeight function core/modules/contact/src/Entity/ContactForm.php Returns the weight of this category (used for sorting).
ContactFormEditForm::getEditableConfigNames function core/modules/contact/src/ContactFormEditForm.php Gets the configuration names that will be editable.
ContactFormInterface::getMessage function core/modules/contact/src/ContactFormInterface.php Returns the message to be displayed to user.
ContactFormInterface::getRecipients function core/modules/contact/src/ContactFormInterface.php Returns list of recipient email addresses.
ContactFormInterface::getRedirectPath function core/modules/contact/src/ContactFormInterface.php Returns the path for redirect.
ContactFormInterface::getRedirectUrl function core/modules/contact/src/ContactFormInterface.php Returns the url object for redirect path.
ContactFormInterface::getReply function core/modules/contact/src/ContactFormInterface.php Returns an auto-reply message to send to the message author.
ContactFormInterface::getWeight function core/modules/contact/src/ContactFormInterface.php Returns the weight of this category (used for sorting).
ContactFormResourceTestBase::getExpectedNormalizedEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Returns the expected normalization of the entity.
ContactFormResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Return the expected error message.
ContactFormResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Returns the normalized POST entity.
ContactFormTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ContactFormTest.php Returns the expected JSON:API document for the entity.
ContactFormTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ContactFormTest.php Return the expected error message.
ContactFormTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ContactFormTest.php Returns the JSON:API POST document.
ContactLanguageTest class core/modules/contact/tests/src/Functional/ContactLanguageTest.php Tests contact messages with language module.
ContactLanguageTest.php file core/modules/contact/tests/src/Functional/ContactLanguageTest.php
ContactLanguageTest::$defaultTheme property core/modules/contact/tests/src/Functional/ContactLanguageTest.php The theme to install as the default for testing.
ContactLanguageTest::$modules property core/modules/contact/tests/src/Functional/ContactLanguageTest.php Modules to enable.
ContactLanguageTest::setUp function core/modules/contact/tests/src/Functional/ContactLanguageTest.php
ContactLanguageTest::testContactLanguage function core/modules/contact/tests/src/Functional/ContactLanguageTest.php Tests configuration options with language enabled.
ContactLink::getDefaultLabel function core/modules/contact/src/Plugin/views/field/ContactLink.php Returns the default label for this link.
ContactLink::getUrlInfo function core/modules/contact/src/Plugin/views/field/ContactLink.php Returns the URI elements of the link.
ContactStorageTest class core/modules/contact/tests/src/Functional/ContactStorageTest.php Tests storing contact messages.
ContactStorageTest.php file core/modules/contact/tests/src/Functional/ContactStorageTest.php

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