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
DateTimePlus::getPhpDateTime function core/lib/Drupal/Component/Datetime/DateTimePlus.php Gets a clone of the proxied PHP \DateTime object wrapped by this class.
DateTimePlusTest::testGetPhpDateTime function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php @covers ::getPhpDateTime
DateTimeRangeTrait trait core/modules/datetime_range/src/DateTimeRangeTrait.php Provides friendly methods for datetime range.
DateTimeRangeTrait.php file core/modules/datetime_range/src/DateTimeRangeTrait.php
DateTimeRangeTrait::viewElements function core/modules/datetime_range/src/DateTimeRangeTrait.php
DateTimeWidgetBase class core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php Base class for the 'datetime_*' widgets.
DateTimeWidgetBase.php file core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php
DateTimeWidgetBase::createDefaultValue function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php Creates a date object for use as a default value.
DateTimeWidgetBase::formElement function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php Returns the form for a single field widget.
DateTimeWidgetBase::massageFormValues function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php Massages the form values into the format expected for field values.
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/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Returns indexes for a given table.
DbDumpTest::getTableSchema function core/tests/Drupal/KernelTests/Core/Command/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::getExpectedBcUnauthorizedAccessMessage function core/modules/dblog/tests/src/Functional/DbLogResourceTest.php
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.
DbLogTest::getContent function core/modules/dblog/tests/src/Functional/DbLogTest.php Creates random content based on node content type.
DbLogTest::getContentUpdate function core/modules/dblog/tests/src/Functional/DbLogTest.php Creates random content as an update based on node content type.
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 Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values.
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.
DecimalItem::getConstraints function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Gets a list of validation constraints.
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.
DefaultContentModerationStateRevisionUpdateTest::getEntityByLabel function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Load an entity by label.
DefaultExceptionHtmlSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the request formats this subscriber will respond to.

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