Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
DeprecatedArray::getIterator function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::offsetExists function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::offsetGet function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::offsetSet function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::offsetUnset function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::serialize function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::unserialize function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::__construct function core/lib/Drupal/Component/Utility/DeprecatedArray.php DeprecatedArray constructor.
DeprecatedAssetsTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php Checks the status and definition contents of deprecated libraries.
DeprecatedAssetsTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php
DeprecatedAssetsTest::deprecatedLibrariesProvider function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php The data provider for testDeprecatedLibraries.
DeprecatedAssetsTest::testDeprecatedLibraries function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php Confirms the status and definition contents of deprecated libraries.
DeprecatedController class core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php Defines a controller that calls a deprecated method.
DeprecatedController.php file core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php
DeprecatedController::deprecatedMethod function core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php Controller callback.
DeprecatedElementTest class core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php @group Render
DeprecatedElementTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php
DeprecatedElementTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Modules to install.
DeprecatedElementTest::testBuildInfo function core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Tests that render elements can trigger deprecations in their constructor.
DeprecatedElementTest::testDeprecatedStaticMethods function core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Test use of static methods trigger deprecations.
DeprecatedExtendsFormElement class core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Provides render element that extends deprecated FormElement for testing.
DeprecatedExtendsFormElement.php file core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php
DeprecatedExtendsFormElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Returns the element properties for this element.
DeprecatedExtendsRenderElement class core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Provides render element that extends deprecated RenderElement for testing.
DeprecatedExtendsRenderElement.php file core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php
DeprecatedExtendsRenderElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Returns the element properties for this element.
DeprecatedReferenceItem class core/modules/jsonapi/tests/modules/jsonapi_test_reference_types/src/Plugin/Field/FieldType/DeprecatedReferenceItem.php Entity reference field type which doesn't implement the standard interface.
DeprecatedReferenceItem.php file core/modules/jsonapi/tests/modules/jsonapi_test_reference_types/src/Plugin/Field/FieldType/DeprecatedReferenceItem.php
DeprecatedReferenceItem::mainPropertyName function core/modules/jsonapi/tests/modules/jsonapi_test_reference_types/src/Plugin/Field/FieldType/DeprecatedReferenceItem.php Returns the name of the main property, if any.
DeprecatedReferenceItem::propertyDefinitions function core/modules/jsonapi/tests/modules/jsonapi_test_reference_types/src/Plugin/Field/FieldType/DeprecatedReferenceItem.php Defines field item properties.
DeprecatedReferenceItem::schema function core/modules/jsonapi/tests/modules/jsonapi_test_reference_types/src/Plugin/Field/FieldType/DeprecatedReferenceItem.php Returns the schema for the field.
DeprecatedServicePass class core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php Sets the _deprecated_service_list parameter.
DeprecatedServicePass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php
DeprecatedServicePass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php
DeprecatedServicePropertyTrait trait core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php Provides a standard way to announce deprecated properties.
DeprecatedServicePropertyTrait.php file core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php
DeprecatedServicePropertyTrait::__get function core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php Allows to access deprecated/removed properties.
DeprecatedTemplateTest class core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php Tests that the deprecated template is correctly marked.
DeprecatedTemplateTest.php file core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php
DeprecatedTemplateTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php The theme to install as the default for testing.
DeprecatedTemplateTest::$modules property core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php Modules to install.
DeprecatedTemplateTest::testDeprecatedTemplate function core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php Tests that the deprecated template is marked as deprecated.
DeprecatedTwigTemplateController class core/modules/system/tests/modules/deprecated_twig_template/src/Controller/DeprecatedTwigTemplateController.php Controller for calling a deprecated theme.
DeprecatedTwigTemplateController.php file core/modules/system/tests/modules/deprecated_twig_template/src/Controller/DeprecatedTwigTemplateController.php
DeprecatedTwigTemplateController::deprecatedTwigTemplate function core/modules/system/tests/modules/deprecated_twig_template/src/Controller/DeprecatedTwigTemplateController.php Display the deprecated template with a message.
deprecated_module.info.yml file core/modules/system/tests/modules/deprecated_module/deprecated_module.info.yml core/modules/system/tests/modules/deprecated_module/deprecated_module.info.yml
deprecated_module.schema.yml file core/modules/system/tests/modules/deprecated_module/config/schema/deprecated_module.schema.yml core/modules/system/tests/modules/deprecated_module/config/schema/deprecated_module.schema.yml
deprecated_module.settings.yml file core/modules/system/tests/modules/deprecated_module/config/install/deprecated_module.settings.yml core/modules/system/tests/modules/deprecated_module/config/install/deprecated_module.settings.yml
deprecated_module_contrib.info.yml file core/modules/system/tests/modules/deprecated_module_contrib/deprecated_module_contrib.info.yml core/modules/system/tests/modules/deprecated_module_contrib/deprecated_module_contrib.info.yml
deprecated_module_dependency.info.yml file core/modules/system/tests/modules/deprecated_module_dependency/deprecated_module_dependency.info.yml core/modules/system/tests/modules/deprecated_module_dependency/deprecated_module_dependency.info.yml

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