This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Get taxonomy terms sorted by weight. | |
| * | |
| * @param int $vid | |
| * The vocabulary id. | |
| * | |
| * @return array | |
| * Returns an array of term id | name. | |
| * | |
| * @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @file | |
| * | |
| * Overrides the default Ajax progress indicator to do things like change the | |
| * styling and positioning. | |
| */ | |
| (function ($) { | |
| // Drupal's core beforeSend function | |
| var beforeSend = Drupal.ajax.prototype.beforeSend; |