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 11.x for __get
  5. Other projects
Title Object type File name Summary
FileWidget::getDescriptionFromElement function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Retrieves the file description from a field element.
FileWidget::massageFormValues function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Massages the form values into the format expected for field values.
FileWidget::process function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Form API callback: Processes a file_generic field element.
FileWidget::processMultiple function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Form API callback: Processes a group of file_generic field elements.
FileWidget::settingsForm function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Returns a form to configure settings for the widget.
FileWidget::settingsSummary function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Returns a short summary for the current widget settings.
FileWidget::submit function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Form submission handler for upload/remove button of formElement().
FileWidget::validateMultipleCount function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Validates the number of uploaded files.
FileWidget::value function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Form API callback. Retrieves the value for the file_generic field element.
FileWidget::__construct function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Constructs a WidgetBase object.
FileWidgetAjaxController class core/modules/file/src/Controller/FileWidgetAjaxController.php Defines a controller to respond to file widget AJAX requests.
FileWidgetAjaxController.php file core/modules/file/src/Controller/FileWidgetAjaxController.php
FileWidgetAjaxController::progress function core/modules/file/src/Controller/FileWidgetAjaxController.php Returns the progress status for a file upload process.
file_field_widget_info_alter function core/modules/file/file.module Implements hook_field_widget_info_alter().
file_get_content_headers function core/modules/file/file.module Examines a file entity and returns appropriate content headers for download.
file_get_file_references function core/modules/file/file.module Retrieves a list of references to a file.
file_test_get_all_calls function core/modules/file/tests/file_test/file_test.module Get an array with the calls for all hooks.
file_test_get_calls function core/modules/file/tests/file_test/file_test.module Gets the arguments passed to a given hook invocation.
file_test_get_ids.info.yml file core/modules/file/tests/modules/file_test_get_ids/file_test_get_ids.info.yml core/modules/file/tests/modules/file_test_get_ids/file_test_get_ids.info.yml
FilterBase::getConfiguration function core/modules/filter/src/Plugin/FilterBase.php Gets this plugin's configuration.
FilterBase::getDescription function core/modules/filter/src/Plugin/FilterBase.php Returns the administrative description for this filter plugin.
FilterBase::getHTMLRestrictions function core/modules/filter/src/Plugin/FilterBase.php Returns HTML allowed by this filter's configuration.
FilterBase::getLabel function core/modules/filter/src/Plugin/FilterBase.php Returns the administrative label for this filter plugin.
FilterBase::getType function core/modules/filter/src/Plugin/FilterBase.php Returns the processing type of this filter plugin.
FilterBooleanOperatorStringTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Provides grouped exposed filter configuration.
FilterBooleanOperatorTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Provides grouped exposed filter configuration.
FilterController::getLabel function core/modules/filter/src/Controller/FilterController.php Gets the label of a filter format.
FilterDisableForm::getCancelUrl function core/modules/filter/src/Form/FilterDisableForm.php Returns the route to go to if the user cancels the action.
FilterDisableForm::getConfirmText function core/modules/filter/src/Form/FilterDisableForm.php Returns a caption for the button that confirms the action.
FilterDisableForm::getDescription function core/modules/filter/src/Form/FilterDisableForm.php Returns additional text to display as a description.
FilterDisableForm::getQuestion function core/modules/filter/src/Form/FilterDisableForm.php Returns the question to ask the user.
FilteredPluginManagerInterface::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Gets the plugin definitions for a given type and consumer and filters them.
FilteredPluginManagerTrait::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().
FilteredPluginManagerTrait::getType function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php A string identifying the plugin type.
FilteredPluginManagerTraitTest::providerTestGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Provides test data for ::testGetFilteredDefinitions().
FilteredPluginManagerTraitTest::testGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php @covers ::getFilteredDefinitions[[api-linebreak]]
@dataProvider providerTestGetFilteredDefinitions
FilterEqualityTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterFormat::getFilterTypes function core/modules/filter/src/Entity/FilterFormat.php Retrieves all filter types that are used in the text format.
FilterFormat::getHtmlRestrictions function core/modules/filter/src/Entity/FilterFormat.php Retrieve all HTML restrictions (tags and attributes) for the text format.
FilterFormat::getIds function core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php Defines the source fields uniquely identifying a source row.
FilterFormat::getIds function core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php Defines the source fields uniquely identifying a source row.
FilterFormat::getPermissionName function core/modules/filter/src/Entity/FilterFormat.php Returns the machine-readable permission name for the text format.
FilterFormat::getPluginCollections function core/modules/filter/src/Entity/FilterFormat.php Gets the plugin collections used by this object.
FilterFormat::getPossibleOptions function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of possible values with labels for display.
FilterFormat::getPossibleValues function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of possible values.
FilterFormat::getSettableOptions function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of settable values with labels for display.
FilterFormat::getSettableValues function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of settable values.
FilterFormatAccessTest::testFormatWidgetPermissions function core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php Tests editing a page using a disallowed text format.
FilterFormatInterface::getFilterTypes function core/modules/filter/src/FilterFormatInterface.php Retrieves all filter types that are used in the text format.
FilterFormatInterface::getHtmlRestrictions function core/modules/filter/src/FilterFormatInterface.php Retrieve all HTML restrictions (tags and attributes) for the text format.

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