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
SimpletestTestForm::getFormId function core/modules/simpletest/src/Form/SimpletestTestForm.php Returns a unique string identifying the form.
simpletest_last_test_get function core/modules/simpletest/simpletest.module Get information about the last test that ran given a test ID.
simpletest_test_get_all function core/modules/simpletest/simpletest.module Gets a list of all of the tests provided by the system.
SiteCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php Gets the cacheability metadata for the context.
SiteCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php Returns the string representation of the cache context.
SiteCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php Returns the label of the cache context.
SiteConfigureForm::getEditableConfigNames function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Gets the configuration names that will be editable.
SiteConfigureForm::getFormId function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Returns a unique string identifying the form.
SiteInformationForm::getEditableConfigNames function core/modules/system/src/Form/SiteInformationForm.php Gets the configuration names that will be editable.
SiteInformationForm::getFormId function core/modules/system/src/Form/SiteInformationForm.php Returns a unique string identifying the form.
SiteMaintenanceModeForm::getEditableConfigNames function core/modules/system/src/Form/SiteMaintenanceModeForm.php Gets the configuration names that will be editable.
SiteMaintenanceModeForm::getFormId function core/modules/system/src/Form/SiteMaintenanceModeForm.php Returns a unique string identifying the form.
SitePathFactory::get function core/lib/Drupal/Core/SitePathFactory.php Gets the site path.
SiteSettingsForm::getDatabaseErrors function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Get any database errors and links them to a form element.
SiteSettingsForm::getDatabaseErrorsTemplate function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Gets the inline template render array to display the database errors.
SiteSettingsForm::getFormId function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Returns a unique string identifying the form.
SortPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The cache contexts associated with this object.
SortPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The maximum age for which this object may be cached.
SortPluginBase::getCacheTags function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The cache tags associated with this object.
SortRandomTest::getBasicRandomView function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Return a basic view with random ordering.
SourcePluginBase::getCache function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the cache object.
SourcePluginBase::getCurrentIds function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the currentSourceIds data member.
SourcePluginBase::getHighWater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The current value of the high water mark.
SourcePluginBase::getHighWaterField function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the name of the field used as the high watermark.
SourcePluginBase::getHighWaterProperty function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get information on the property used as the high watermark.
SourcePluginBase::getHighWaterStorage function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the high water storage object.
SourcePluginBase::getIterator function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Returns the iterator that will yield the row arrays to be processed.
SourcePluginBase::getModuleHandler function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the module handler.
SourcePluginBase::getSourceModule function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the source module providing the source data.
SourceString::getString function core/modules/locale/src/SourceString.php Gets plain string contained in this object.
Sql::$getCountOptimized property core/modules/views/src/Plugin/views/query/Sql.php Should this query be optimized for counts, for example no sorts.
Sql::$messageTableName property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The message table name.
Sql::getAggregationInfo function core/modules/views/src/Plugin/views/query/Sql.php Get aggregation info for group by queries.
Sql::getAllEntities function core/modules/views/src/Plugin/views/query/Sql.php Gets all the involved entities of the view.
Sql::getCacheMaxAge function core/modules/views/src/Plugin/views/query/Sql.php The maximum age for which this object may be cached.
Sql::getCacheTags function core/modules/views/src/Plugin/views/query/Sql.php The cache tags associated with this object.
Sql::getDatabase function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Gets the database connection.
Sql::getDateField function core/modules/views/src/Plugin/views/query/Sql.php Returns a Unix timestamp to database native timestamp expression.
Sql::getDateFormat function core/modules/views/src/Plugin/views/query/Sql.php Creates cross-database date formatting.
Sql::getFieldAlias function core/modules/views/src/Plugin/views/query/Sql.php Returns the alias for the given field added to $table.
Sql::getFieldSchema function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Creates schema from an ID definition.
Sql::getHighestId function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the highest ID tracked by the implementing plugin.
Sql::getJoinData function core/modules/views/src/Plugin/views/query/Sql.php Retrieve join data from the larger join data cache.
Sql::getMessageIterator function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves an iterator over messages relate to source records.
Sql::getMessages function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves a traversable object of messages related to source records.
Sql::getMigrationPluginManager function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the migration plugin manager.
Sql::getNonAggregates function core/modules/views/src/Plugin/views/query/Sql.php Returns a list of non-aggregates to be added to the "group by" clause.
Sql::getQualifiedMapTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Get the fully qualified map table name.
Sql::getRowByDestination function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves a row by the destination identifiers.
Sql::getRowBySource function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves a row from the map table based on source identifier values.

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