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
DefaultTableMappingTest::testGetFieldColumnName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldColumnName() with valid parameters.
DefaultTableMappingTest::testGetFieldColumnNameInvalid function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldColumnName() with invalid parameters.
DefaultTableMappingTest::testGetFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldNames().
DefaultTableMappingTest::testGetFieldTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldTableName().
DefaultTableMappingTest::testGetFieldTableNameInvalid function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldTableName() with an invalid parameter.
DefaultTableMappingTest::testGetTableNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getTableNames().
DefaultValueWidgetTest class core/modules/field_ui/tests/src/FunctionalJavascript/DefaultValueWidgetTest.php Tests the default value widget in Field UI.
DefaultValueWidgetTest.php file core/modules/field_ui/tests/src/FunctionalJavascript/DefaultValueWidgetTest.php
DefaultValueWidgetTest::$defaultTheme property core/modules/field_ui/tests/src/FunctionalJavascript/DefaultValueWidgetTest.php The theme to install as the default for testing.
DefaultValueWidgetTest::$modules property core/modules/field_ui/tests/src/FunctionalJavascript/DefaultValueWidgetTest.php Modules to install.
DefaultValueWidgetTest::setUp function core/modules/field_ui/tests/src/FunctionalJavascript/DefaultValueWidgetTest.php
DefaultValueWidgetTest::testDefaultValueOptionsForChangingBundles function core/modules/field_ui/tests/src/FunctionalJavascript/DefaultValueWidgetTest.php Tests default value options on field config change.
DefaultWizardDeriver::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php Gets the definition of all derivatives of a base plugin.
DelayedRequeueException::getDelay function core/lib/Drupal/Core/Queue/DelayedRequeueException.php Get the desired delay interval for this item.
DeleteActionTest::testGetDerivativeDefinitions function core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php @covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityDeleteActionDeriver::getDerivativeDefinitions[[api-linebreak]]
DeletedFieldsRepository::getFieldDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Returns a list of deleted field definitions.
DeletedFieldsRepository::getFieldStorageDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Returns a list of deleted field storage definitions.
DeletedFieldsRepositoryInterface::getFieldDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Returns a list of deleted field definitions.
DeletedFieldsRepositoryInterface::getFieldStorageDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Returns a list of deleted field storage definitions.
DeleteForm::getCancelUrl function core/modules/comment/src/Form/DeleteForm.php Returns the route to go to if the user cancels the action.
DeleteForm::getDeletionMessage function core/modules/comment/src/Form/DeleteForm.php
DeleteForm::getDescription function core/modules/comment/src/Form/DeleteForm.php Returns additional text to display as a description.
DeleteForm::getRedirectUrl function core/modules/comment/src/Form/DeleteForm.php Returns the URL where the user should be redirected after deletion.
DeleteMultipleForm::getBaseFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a string identifying the base form.
DeleteMultipleForm::getCancelUrl function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the route to go to if the user cancels the action.
DeleteMultipleForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a caption for the button that confirms the action.
DeleteMultipleForm::getDeletedMessage function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the message to show the user after an item was deleted.
DeleteMultipleForm::getFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a unique string identifying the form.
DeleteMultipleForm::getInaccessibleMessage function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the message to show the user when an item has not been deleted.
DeleteMultipleForm::getQuestion function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the question to ask the user.
Dependency::getConstraint function core/lib/Drupal/Core/Extension/Dependency.php Gets the Constraint object.
Dependency::getConstraintString function core/lib/Drupal/Core/Extension/Dependency.php Gets constraint string from the dependency.
Dependency::getName function core/lib/Drupal/Core/Extension/Dependency.php Gets the dependency's name.
Dependency::getProject function core/lib/Drupal/Core/Extension/Dependency.php Gets the dependency's project namespace.
DependencySerializationTestDummy::getServiceIds function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Gets the stored service IDs.
DependentAccessInterface::getAccessDependency function core/lib/Drupal/Core/Access/DependentAccessInterface.php Gets the access dependency.
DependentPluginDefinitionInterface::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Gets the config dependencies of this plugin definition.
DependentPluginDefinitionTrait::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
Deprecated::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/Deprecated.php Returns the element properties for this element.
DeprecatedArray::getIterator function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetGet function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedExtendsFormElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Returns the element properties for this element.
DeprecatedExtendsRenderElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Returns the element properties for this element.
DeprecatedServicePropertyTrait::__get function core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php Allows to access deprecated/removed properties.
DeprecationHandler::getCollectedDeprecations function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns all collected deprecations.
DeprecationHandler::getConfiguration function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns the extension configuration.
DeprecationHandler::getExpectedDeprecations function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns all expected deprecations.
Depth::getItems function core/modules/comment/src/Plugin/views/field/Depth.php Gets an array of items for the field.
DerivablePluginDefinitionInterface::getDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Gets the name of the deriver of this plugin definition, if it exists.
DerivativeDiscoveryDecorator::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php

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