Rename Views method element_wrapper_classes() to elementWrapperClasses()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method element_wrapper_type() to elementWrapperType()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method ensure_path() to ensurePath()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method ensure_table() to ensureTable()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method even_empty() to evenEmpty()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method exception_title() to exceptionTitle()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method execute_count_query() to executeCountQuery()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method exposed_filter_applied() to exposedFilterApplied()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method exposed_form_alter() to exposedFormAlter()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method exposed_form_submit() to exposedFormSubmit()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method exposed_form_validate() to exposedFormValidate()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method exposed_translate() to exposedTranslate()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRename Views method gather_headers() to gatherHeaders()
Part of meta-issue #1856630: [META] Rename Views methods to core standards
View ArticleRearranging fields and sorts causes existing items to be removed
If when editing a view, you rearrange a list of fields and then apply the changes, all the items in the list will be removed. This happens to both the list of fields and the items in the sort...
View ArticleMake utility.inc's drupal_var_export() Unit Testable
Move utility.inc's drupal_var_export() to String::varExport() so that it can be properly unit tested. It can live in String because it is exporting a string.AttachmentSizeStatusTest...
View ArticleToken Filter
Depends on #1996910: Add context to system filtersThis is a new filter which will allow the embedding of tokens into any filtered field.Right now this is a bit of a Proof of concept to demostrate the...
View ArticleThemes don't support their own services.yml file
We're looking into ways to let themers define their own Twig filters and functions, and one way to do it would be to allow themers to define their own Twig Extensions within their themes. This ought to...
View ArticleDefinition of to Contains \Drupal in field_ui
Problem/MotivationSome class files use the old standard of Definition of Drupal...Proposed resolutionStandard now is Contains \Drupal...Do just field_ui. Here is a grep that shows the filenames that...
View ArticleWrong declaration for tabbingmanager script in system_library_info()
array('group', JS_LIBRARY), and it should be array('group' => JS_LIBRARY),AttachmentSizeStatusTest resultOperationscore-js-system-tabbingmanger-library.patch547 bytesIdlePASSED: [[SimpleTest]]:...
View ArticleDefinition of to Contains \Drupal in field
Problem/MotivationSome class files use the old standard of Definition of Drupal...Proposed resolutionStandard now is Contains \Drupal...Do just field, in core/modules/field Here is a grep that shows...
View Article