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
BaseFieldOverride::getBaseFieldDefinition function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Gets the base field definition.
BaseFieldOverride::getClass function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns the class used for creating the typed data object.
BaseFieldOverride::getDisplayOptions function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns the default display options for the field.
BaseFieldOverride::getFieldStorageDefinition function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns the field storage definition.
BaseFieldOverride::getUniqueIdentifier function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns a unique identifier for the field.
BaseFormIdInterface::getBaseFormId function core/lib/Drupal/Core/Form/BaseFormIdInterface.php Returns a string identifying the base form.
BasicForm::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicFormNoContainerInjectionInterface::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicFormNoUpcasting::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
Batch::getAllItems function core/lib/Drupal/Core/Queue/Batch.php Retrieves all remaining items in the queue.
BatchMemory::getAllItems function core/lib/Drupal/Core/Queue/BatchMemory.php Retrieves all remaining items in the queue.
batch_get function core/includes/form.inc Retrieves the current batch.
BinaryData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the primitive data value casted to the correct PHP type.
BinaryData::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Returns a string representation of the data.
BinaryData::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the data value.
BlockBaseTest::providerTestGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Provides data for testGetMachineNameSuggestion().
BlockBaseTest::testGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Tests the machine name suggestion.
BlockManager::getFallbackPluginId function core/lib/Drupal/Core/Block/BlockManager.php Gets a fallback id for a missing plugin.
BlockManager::getSortedDefinitions function core/lib/Drupal/Core/Block/BlockManager.php Gets sorted plugin definitions.
BlockManager::getType function core/lib/Drupal/Core/Block/BlockManager.php A string identifying the plugin type.
BlockPluginInterface::getMachineNameSuggestion function core/lib/Drupal/Core/Block/BlockPluginInterface.php Suggests a machine name to identify an instance of this block.
BlockPluginTrait::getConfiguration function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::getMachineNameSuggestion function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::getPreviewFallbackString function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BooleanCheckboxWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Plugin implementation of the 'boolean_checkbox' widget.
BooleanCheckboxWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php
BooleanCheckboxWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Defines the default settings for this plugin.
BooleanCheckboxWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns the form for a single field widget.
BooleanCheckboxWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns a form to configure settings for the widget.
BooleanCheckboxWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns a short summary for the current widget settings.
BooleanData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php Gets the primitive data value casted to the correct PHP type.
BooleanFormatter::getOutputFormats function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Gets the available format options.
BooleanItem::getPossibleOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of possible values with labels for display.
BooleanItem::getPossibleValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of possible values.
BooleanItem::getSettableOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of settable values with labels for display.
BooleanItem::getSettableValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of settable values.
BootstrapConfigStorageFactory::get function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a configuration storage implementation.
BootstrapConfigStorageFactory::getDatabaseStorage function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a Database configuration storage implementation.
Breadcrumb::getLinks function core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php Gets the breadcrumb links.
BreadcrumbManager::getSortedBuilders function core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php Returns the sorted array of breadcrumb builders.
BreakLockLink::getInfo function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Returns the element properties for this element.
Broken::getReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Gets the list of referenceable entities.
BrokenPostRequestException::getSize function core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php Returns the maximum upload size.
BrowserTestBase::drupalGetHeader function core/tests/Drupal/Tests/BrowserTestBase.php Gets the value of an HTTP response header.
BrowserTestBase::getDefaultDriverInstance function core/tests/Drupal/Tests/BrowserTestBase.php Gets an instance of the default Mink driver.
BrowserTestBase::getDrupalSettings function core/tests/Drupal/Tests/BrowserTestBase.php Gets the JavaScript drupalSettings variable for the currently-loaded page.
BrowserTestBase::getHttpClient function core/tests/Drupal/Tests/BrowserTestBase.php Obtain the HTTP client for the system under test.
BrowserTestBase::getMinkDriverArgs function core/tests/Drupal/Tests/BrowserTestBase.php Gets the Mink driver args from an environment variable.
BrowserTestBase::getOptions function core/tests/Drupal/Tests/BrowserTestBase.php Helper function to get the options of select field.
BrowserTestBase::getSession function core/tests/Drupal/Tests/BrowserTestBase.php Returns Mink session.

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