Search for __get

  1. Search 7.x for __get
  2. Search 8.9.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
ConfigureSectionForm::getFormId function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Returns a unique string identifying the form.
ConfigureSectionForm::getPluginForm function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Retrieves the plugin form for a given layout.
ConfigureSectionForm::getSectionStorage function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Retrieves the section storage property.
ConfirmClassyCopiesTest::getClassyHash function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Gets the hash of a Classy asset.
ConfirmDeleteMultiple::getCancelUrl function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the route to go to if the user cancels the action.
ConfirmDeleteMultiple::getDeletedMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user after an item was deleted.
ConfirmDeleteMultiple::getInaccessibleMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user when an item has not been deleted.
ConfirmDeleteMultiple::getQuestion function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the question to ask the user.
ConfirmFormArrayPathTestForm::getCancelText function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns a caption for the link which cancels the action.
ConfirmFormArrayPathTestForm::getCancelUrl function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns the route to go to if the user cancels the action.
ConfirmFormArrayPathTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns a unique string identifying the form.
ConfirmFormBase::getCancelText function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns a caption for the link which cancels the action.
ConfirmFormBase::getConfirmText function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns a caption for the button that confirms the action.
ConfirmFormBase::getDescription function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns additional text to display as a description.
ConfirmFormBase::getFormName function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ConfirmFormInterface::getCancelText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the link which cancels the action.
ConfirmFormInterface::getCancelUrl function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the route to go to if the user cancels the action.
ConfirmFormInterface::getConfirmText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the button that confirms the action.
ConfirmFormInterface::getDescription function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns additional text to display as a description.
ConfirmFormInterface::getFormName function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the internal name used to refer to the confirmation item.
ConfirmFormInterface::getQuestion function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the question to ask the user.
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.
Connection::$target property core/lib/Drupal/Core/Database/Connection.php The database target this connection is for.
Connection::getAttachedDatabases function core/modules/sqlite/src/Driver/Database/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/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/modules/pgsql/src/Driver/Database/pgsql/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::getMariaDbVersionMatch function core/modules/mysql/src/Driver/Database/mysql/Connection.php Gets the MariaDB portion of the server version.
Connection::getPagerManager function core/lib/Drupal/Core/Database/Connection.php Get the pager manager service, if available.
Connection::getProvider function core/lib/Drupal/Core/Database/Connection.php Get the module name of the module that is providing the database driver.
Connection::getServerVersion function core/modules/mysql/src/Driver/Database/mysql/Connection.php Gets the server version.
Connection::getServerVersion function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php Gets the server version.
Connection::getSQLState function core/lib/Drupal/Core/Database/Connection.php Extracts the SQLSTATE error from a 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 Data provider for testGetDriverClass().
ConnectionTest::testGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php @covers ::getDriverClass
@dataProvider providerGetDriverClass
ConnectionUnitTest::getQuery function core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php Returns a set of queries specific for PostgreSQL.
ConnectionUnitTest::getQuery function core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php Returns a set of queries specific for MySQL.
ConstraintManager::getDefinitionsByType function core/lib/Drupal/Core/Validation/ConstraintManager.php Returns a list of constraints that support the given type.

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