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. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
MultipleWidgetFormTest::testFieldFormMultipleWidget function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests widgets handling multiple values.
MultipleWidgetFormTest::testFieldFormMultipleWidgetAlter function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_form_alter().
MultipleWidgetFormTest::testFieldFormMultipleWidgetAlterSingleValues function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_form_alter() with single value elements.
MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlter function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_WIDGET_TYPE_form_alter().
MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlterSingleValues function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_WIDGET_TYPE_form_alter() with single value elements.
MultipleWidgetFormTest::testLabelOnMultiValueFields function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests the form display of the label for multi-value fields.
MultipleWidgetFormTest::widgetAlterTest function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests widget alter hooks for a given hook name.
MultiWidthLayoutBase::getDefaultWidth function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Provides a default value for the width options.
MultiWidthLayoutBase::getWidthOptions function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Gets the width options for the configuration form.
MysqlCastSql::getFieldAsInt function core/modules/mysql/src/Plugin/views/query/MysqlCastSql.php Returns a database expression to cast the field to int.
MysqlDateSql::getDateField function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Returns a native database expression for a given field.
MysqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Creates a native database date formatting.
MysqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Provider for date formatting test.
MysqlDateSqlTest::testGetDateField function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the getDateField method.
MysqlDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests date formatting replacement.
Name::getValueOptions function core/modules/user/src/Plugin/views/filter/Name.php Gets the value options.
NamedPlaceholderConverter::getAnsiSQLStringLiteralPattern function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Helper to return a regex pattern from a delimiter character.
NamedPlaceholderConverter::getConvertedParameters function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Returns the array of arguments for use with positional placeholders.
NamedPlaceholderConverter::getConvertedSQL function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Returns the converted SQL statement with positional placeholders.
NavigationHooks::pageTop function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_page_top().
NavigationLinkBlock::getUriAsDisplayableString function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Gets the URI without the 'internal:' or 'entity:' scheme.
NavigationLinkBlock::getUserEnteredStringAsUri function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Gets the user-entered string as a URI.
NavigationMenuBlock::getCacheContexts function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationRenderer::getContentTop function core/modules/navigation/src/NavigationRenderer.php Gets the content for content_top section.
NavigationRenderer::getLocalTasks function core/modules/navigation/src/NavigationRenderer.php Local tasks list based on user access.
NavigationSectionStorage::getConfigName function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns the name to be used to store in the config system.
NavigationSectionStorage::getContextMapping function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets a mapping of the expected assignment names to their context names.
NavigationSectionStorage::getContextsDuringPreview function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets contexts for use during preview.
NavigationSectionStorage::getLayoutBuilderUrl function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the URL used to display the Layout Builder UI.
NavigationSectionStorage::getRedirectUrl function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
NavigationSectionStorage::getSections function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the layout sections.
NavigationSectionStorage::getStorageId function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns an identifier for this storage.
NavigationSectionStorage::getStorageType function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns the type of this storage.
NegotiationBrowserDeleteForm::getCancelUrl function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns the route to go to if the user cancels the action.
NegotiationBrowserDeleteForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Gets the configuration names that will be editable.
NegotiationBrowserDeleteForm::getFormId function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns a unique string identifying the form.
NegotiationBrowserDeleteForm::getQuestion function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns the question to ask the user.
NegotiationBrowserForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserForm.php Gets the configuration names that will be editable.
NegotiationBrowserForm::getFormId function core/modules/language/src/Form/NegotiationBrowserForm.php Returns a unique string identifying the form.
NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings function core/modules/language/src/Form/NegotiationBrowserForm.php Retrieves the browser's langcode mapping configuration array.
NegotiationConfigureForm::$languageTypes property core/modules/language/src/Form/NegotiationConfigureForm.php Stores the configuration object for language.types.
NegotiationConfigureForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationConfigureForm.php Gets the configuration names that will be editable.
NegotiationConfigureForm::getFormId function core/modules/language/src/Form/NegotiationConfigureForm.php Returns a unique string identifying the form.
NegotiationMiddleware::getContentType function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Gets the normalized type of a request.
NegotiationSelectedForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSelectedForm.php Gets the configuration names that will be editable.
NegotiationSelectedForm::getFormId function core/modules/language/src/Form/NegotiationSelectedForm.php Returns a unique string identifying the form.
NegotiationSessionForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSessionForm.php Gets the configuration names that will be editable.
NegotiationSessionForm::getFormId function core/modules/language/src/Form/NegotiationSessionForm.php Returns a unique string identifying the form.
NegotiationUrlForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationUrlForm.php Gets the configuration names that will be editable.
NegotiationUrlForm::getFormId function core/modules/language/src/Form/NegotiationUrlForm.php Returns a unique string identifying the form.

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