weight_value |
function |
drupal/core/includes/form.inc |
Sets the value for a weight element, with zero as a default. |
Role::$weight |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/Role.php |
The weight of this role in administrative listings. |
Term::$weight |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php |
The weight of this term. |
Block::$weight |
property |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
The block weight. |
Filter::$weight |
property |
drupal/core/modules/filter/lib/Drupal/filter/Annotation/Filter.php |
A default weight for the filter in new text formats. |
Category::$weight |
property |
drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Category.php |
Weight of this category (used for sorting). |
Language::$weight |
property |
drupal/core/lib/Drupal/Core/Language/Language.php |
|
module_set_weight |
function |
drupal/core/includes/module.inc |
Sets weight of a particular module. |
MenuLink::$weight |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Link weight among links in the same menu at the same depth. |
drupal_sort_weight |
function |
drupal/core/includes/common.inc |
Sorts a structured array by the 'weight' element. |
Vocabulary::$weight |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
The weight of this vocabulary in relation to other vocabularies. |
FilterBase::$weight |
property |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterBase.php |
The weight of this filter compared to others in a filter collection. |
ConfigTest::$weight |
property |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigTest.php |
The weight of the configuration entity. |
form_process_weight |
function |
drupal/core/includes/form.inc |
Expands a weight element into a select element. |
Breakpoint::$weight |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php |
The breakpoint weight. |
FilterFormat::$weight |
property |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/Core/Entity/FilterFormat.php |
Weight of this format in the text format selector. |
TipPluginBase::$weight |
property |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php |
Allows tips to take more priority that others. |
GraphTest::assertWeights |
function |
drupal/core/tests/Drupal/Tests/Component/Graph/GraphTest.php |
Verify expected order in a graph. |
TipPluginBase::getWeight |
function |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php |
Implements \Drupal\tour\TipPluginInterface::getWeight(). |
hook_field_info_max_weight |
function |
drupal/core/modules/field/field.api.php |
Returns the maximum weight for the entity components handled by the module. |
TipPluginInterface::getWeight |
function |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginInterface.php |
Returns weight of the tip. |
language_update_locked_weights |
function |
drupal/core/modules/language/language.module |
Updates locked system language weights. |
shortcut_set_reset_link_weights |
function |
drupal/core/modules/shortcut/shortcut.module |
Resets the link weights in a shortcut set to match their current order. |
HandlerTest::testHandlerWeights |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
Tests the order of handlers is the same before and after saving. |
EntityDisplayBase::getHighestWeight |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Returns the highest weight of the components in the display. |
JavaScriptTest::testDifferentWeight |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests adding a JavaScript file with a different weight. |
views.view.test_view_handler_weight.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_handler_weight.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_handler_weight.yml |
ViewEditFormController::addMicroweights |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Recursively adds microweights to a render array, similar to what form_builder() does for forms. |
UserRoleAdminTest::testRoleWeightOrdering |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php |
Test user role weight change operation and ordering. |
JavaScriptTest::testRenderDifferentWeight |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests rendering the JavaScript with a file's weight above jQuery's. |
EntityDisplayBaseInterface::getHighestWeight |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBaseInterface.php |
Returns the highest weight of the components in the display. |
VocabularyTest::testTaxonomyAdminChangingWeights |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php |
Changing weights on the vocabulary overview with two or more vocabularies. |
LanguageConfigurationTest::testLanguageConfigurationWeight |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php |
Functional tests for setting system language weight on adding, editing and deleting languages. |
LanguageConfigurationTest::checkConfigurableLanguageWeight |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php |
Validates system languages are ordered after configurable languages. |
LanguageConfigurationTest::getHighestConfigurableLanguageWeight |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php |
Helper to get maximum weight of configurable (unlocked) languages. |