Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
DateTimeWidgetTest class core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php Tests Datetime widgets functionality.
DateTimeWidgetTest.php file core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php
DateTimeWidgetTest::$defaultSettings property core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php The default display settings to use for the formatters.
DateTimeWidgetTest::$defaultTheme property core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php The theme to install as the default for testing.
DateTimeWidgetTest::getTestFieldType function core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php Returns the type of field to be tested.
DateTimeWidgetTest::testDateOnlyDefaultValue function core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php Test default value functionality.
DbCommandBase::getDatabaseConnection function core/lib/Drupal/Core/Command/DbCommandBase.php Parse input options decide on a database.
DbCommandBaseTester::getDatabaseConnection function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Parse input options decide on a database.
DbDumpApplication::getCommandName function core/lib/Drupal/Core/Command/DbDumpApplication.php
DbDumpApplication::getDefaultCommands function core/lib/Drupal/Core/Command/DbDumpApplication.php
DbDumpApplication::getDefinition function core/lib/Drupal/Core/Command/DbDumpApplication.php Overridden so the application doesn't expect the command name as the first
argument.
DbDumpCommand::getFieldOrder function core/lib/Drupal/Core/Command/DbDumpCommand.php Gets field ordering for a given table.
DbDumpCommand::getTableCollation function core/lib/Drupal/Core/Command/DbDumpCommand.php Set the table collation.
DbDumpCommand::getTableData function core/lib/Drupal/Core/Command/DbDumpCommand.php Gets all data from a given table.
DbDumpCommand::getTableIndexes function core/lib/Drupal/Core/Command/DbDumpCommand.php Adds primary key, unique keys, and index information to the schema.
DbDumpCommand::getTables function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a list of tables, not including those set to be excluded.
DbDumpCommand::getTableSchema function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a schema array for a given table.
DbDumpCommand::getTableScript function core/lib/Drupal/Core/Command/DbDumpCommand.php The part of the script for each table.
DbDumpCommand::getTemplate function core/lib/Drupal/Core/Command/DbDumpCommand.php The script template.
DbDumpTest::getTableIndexes function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Returns indexes for a given table.
DbDumpTest::getTableSchema function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Helper function to get a simplified schema for a given table.
DbLog::DEDICATED_DBLOG_CONNECTION_TARGET constant core/modules/dblog/src/Logger/DbLog.php The dedicated database connection target to use for log entries.
DblogClearLogConfirmForm::getCancelUrl function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Returns the route to go to if the user cancels the action.
DblogClearLogConfirmForm::getFormId function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Returns a unique string identifying the form.
DblogClearLogConfirmForm::getQuestion function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Returns the question to ask the user.
DbLogController::getLogLevelClassMap function core/modules/dblog/src/Controller/DbLogController.php Gets an array of log level classes.
DblogFilterForm::getFormId function core/modules/dblog/src/Form/DblogFilterForm.php Returns a unique string identifying the form.
DbLogFormInjectionTest::getFormId function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Returns a unique string identifying the form.
DbLogResource::get function core/modules/dblog/src/Plugin/rest/resource/DbLogResource.php Responds to GET requests.
DbLogResourceTest::getExpectedUnauthorizedAccessCacheability function core/modules/dblog/tests/src/Functional/DbLogResourceTest.php Returns the expected cacheability of an unauthorized access response.
DbLogResourceTest::getExpectedUnauthorizedAccessMessage function core/modules/dblog/tests/src/Functional/DbLogResourceTest.php Return the expected error message.
DbLogResourceTest::getExpectedUnauthorizedEntityAccessCacheability function core/modules/dblog/tests/src/Functional/DbLogResourceTest.php Empty function.
DbLogTest::getLogEntries function core/modules/dblog/tests/src/Functional/DbLogTest.php Gets the database log event information from the browser page.
DbLogTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogTest.php Find the Logs table in the DOM.
DbLogTest::getSeverityConstant function core/modules/dblog/tests/src/Functional/DbLogTest.php Gets the watchdog severity constant corresponding to the CSS class.
DbLogTest::getTypeCount function core/modules/dblog/tests/src/Functional/DbLogTest.php Gets the count of database log entries by database log event type.
DblogTypes::getValueOptions function core/modules/dblog/src/Plugin/views/filter/DblogTypes.php Gets the value options.
DbLogViewsTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Find the Logs table in the DOM.
DbToolsApplication::getDefaultCommands function core/lib/Drupal/Core/Command/DbToolsApplication.php
DbUpdateController::getModuleUpdates function core/modules/system/src/Controller/DbUpdateController.php Retrieves module updates.
DebugExtension::getFunctions function core/lib/Drupal/Core/Template/DebugExtension.php
DecimalData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/DecimalData.php Gets the primitive data value casted to the correct PHP type.
DecimalItem::getDecimalDigits function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Helper method to get the number of decimal digits out of a decimal number.
DefaultExceptionHtmlSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::getHandledFormats function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionSubscriber::getHandledFormats function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionSubscriber::getPriority function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::getPriority function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultFactory::getPluginClass function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Finds the class relevant for a given plugin.

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