214 calls to drupal_get_path()

ActionUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ActionUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
AggregatorTestBase::getAtomSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
AggregatorTestBase::getHtmlEntitiesSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
AggregatorTestBase::getRSS091Sample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
ajax_forms_test_lazy_load_form_submit in drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Form submit handler: Adds JavaScript and CSS that wasn't on the original form.
ajax_test_order in drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module
Menu callback: Returns an AjaxResponse; settings command set last.
ajax_test_system_theme_info in drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module
Implements hook_system_theme_info().
BareMinimalUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
BareStandardUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
bartik_preprocess_maintenance_page in drupal/core/themes/bartik/bartik.theme
Implements hook_preprocess_HOOK() for maintenance-page.html.twig.
BlockFormController::form in drupal/core/modules/block/lib/Drupal/block/BlockFormController.php
Overrides \Drupal\Core\Entity\EntityFormController::form().
BlockListController::buildForm in drupal/core/modules/block/lib/Drupal/block/BlockListController.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
BlockUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
block_admin_demo in drupal/core/modules/block/block.admin.inc
Page callback: Attaches CSS for the block region demo.
block_test_system_theme_info in drupal/core/modules/block/tests/block_test.module
Implements hook_system_theme_info().
book_form_node_form_alter in drupal/core/modules/book/book.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
book_node_view in drupal/core/modules/book/book.module
Implements hook_node_view().
breakpoint_theme_test_system_theme_info in drupal/core/modules/breakpoint/tests/breakpoint_theme_test.module
Implements hook_system_theme_info().
CacheTest::testHeaderStorage in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CascadingStylesheetsTest::testAddCssFileWithQueryString in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests that CSS query string remains intact when added to file.
CascadingStylesheetsTest::testAddFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests adding a file stylesheet.
CascadingStylesheetsTest::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests Locale module's CSS Alter to include RTL overrides.
CascadingStylesheetsTest::testRenderFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests rendering the stylesheets.
CascadingStylesheetsTest::testRenderOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests CSS ordering.
CascadingStylesheetsTest::testRenderOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests CSS override.
CascadingStylesheetsUnitTest::testLoadCssBasic in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsUnitTest.php
Tests CSS loading via drupal_load_stylesheet().
CKEditor::buildContentsCssJSSetting in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php
Builds the "contentsCss" configuration part of the CKEditor JS settings.
CKEditor::settingsForm in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsForm().
CKEditorLoadingTest::testLoading in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
ckeditor_library_info in drupal/core/modules/ckeditor/ckeditor.module
Implements hook_library_info().
ckeditor_test_ckeditor_css_alter in drupal/core/modules/ckeditor/tests/modules/ckeditor_test.module
Implements hook_ckeditor_css_alter().
color_get_info in drupal/core/modules/color/color.module
Retrieves the Color module information for a particular theme.
color_scheme_form in drupal/core/modules/color/color.module
Form constructor for the color configuration form for a particular theme.
color_scheme_form_submit in drupal/core/modules/color/color.module
Form submission handler for color_scheme_form().
CommentRenderController::alterBuild in drupal/core/modules/comment/lib/Drupal/comment/CommentRenderController.php
Overrides Drupal\Core\Entity\EntityRenderController::alterBuild().
common_test_js_and_css_querystring in drupal/core/modules/system/tests/modules/common_test/common_test.module
Adds a JavaScript file and a CSS file with a query string appended.
common_test_library_info in drupal/core/modules/system/tests/modules/common_test/common_test.module
Implements hook_library_info().
ConfigController::diff in drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php
Shows diff of specificed configuration file.
config_install_default_config in drupal/core/includes/config.inc
Installs the default configuration of a given extension.
ContactUpgradePathTest::setUp in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
contextual_library_info in drupal/core/modules/contextual/contextual.module
Implements hook_library_info().
CustomBlockFormController::form in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php
Overrides \Drupal\Core\Entity\EntityFormController::form().
DateUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/DateUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
dblog_page_build in drupal/core/modules/dblog/dblog.module
Implements hook_page_build().
design_test_menu in drupal/core/modules/system/tests/modules/design_test/design_test.module
Implements hook_menu().
DisplayPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default form for setting options.
drupal_install_system in drupal/core/includes/install.inc
Installs the system module.
editor_library_info in drupal/core/modules/editor/editor.module
Implements hook_library_info().
edit_library_info in drupal/core/modules/edit/edit.module
Implements hook_library_info().
entity_reference_field_instance_settings_form in drupal/core/modules/entity_reference/entity_reference.module
Implements hook_field_instance_settings_form().
ErrorHandlerTest::testErrorHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the error handler.
ErrorHandlerTest::testExceptionHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the exception handler.
FieldImportCreateTest::testImportCreate in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php
Tests creating fields and instances during config import.
FieldUIUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUIUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
FieldUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
field_page_build in drupal/core/modules/field/field.module
Implements hook_page_build().
file_element_info in drupal/core/modules/file/file.module
Implements hook_element_info().
file_library_info in drupal/core/modules/file/file.module
Implements hook_library_info().
FilledMinimalUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledMinimalUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
FilledStandardUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
FilterFormatUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilterFormatUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
FilterUnitTest::testUrlFilterContent in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Tests URL filter on longer content.
filter_library_info in drupal/core/modules/filter/filter.module
Implements hook_library_info().
form_test_menu in drupal/core/modules/system/tests/modules/form_test/form_test.module
Implements hook_menu().
forum_page in drupal/core/modules/forum/forum.pages.inc
Page callback: Prints a forum listing.
FrameworkTest::testLazyLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.
HelpController::helpMain in drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php
Prints a page listing a glossary of Drupal terminology.
HelpTest::testHelp in drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php
Logs in users, creates dblog events, and tests dblog functionality.
hook_ckeditor_css_alter in drupal/core/modules/ckeditor/ckeditor.api.php
Modify the list of CSS files that will be added to a CKEditor instance.
hook_js_alter in drupal/core/modules/system/system.api.php
Perform necessary alterations to the JavaScript before it is presented on the page.
hook_language_negotiation_info in drupal/core/modules/system/language.api.php
Define language negotiation methods.
hook_overlay_child_initialize in drupal/core/modules/overlay/overlay.api.php
Allow modules to act when an overlay child window is initialized.
hook_overlay_parent_initialize in drupal/core/modules/overlay/overlay.api.php
Allow modules to act when an overlay parent window is initialized.
hook_page_build in drupal/core/modules/system/system.api.php
Add elements to a page before it is rendered.
hook_system_theme_info in drupal/core/modules/system/system.api.php
Return additional themes provided by modules.
hook_toolbar in drupal/core/modules/toolbar/toolbar.api.php
Add items to the toolbar menu.
ImageUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
image_field_widget_process in drupal/core/modules/image/image.field.inc
An element #process callback for the image_image field type.
InstallerLanguageTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
InstallStorage::getComponentFolder in drupal/core/lib/Drupal/Core/Config/InstallStorage.php
Get folder inside each component that contains the files.
install_profile_info in drupal/core/includes/install.inc
Retrieves information about an installation profile from its .info.yml file.
IntegrationTest::testNodeCounterIntegration in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/Views/IntegrationTest.php
Tests the integration of the {node_counter} table in views.
JavaScriptTest::testAddJsFileWithQueryString in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript files that have querystrings attached get added right.
JavaScriptTest::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests altering a JavaScript's weight via hook_js_alter().
JavaScriptTest::testLibraryRender in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Adds a library to the page and tests for both its JavaScript and its CSS.
LanguageUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
language_content_settings_form in drupal/core/modules/language/language.admin.inc
Form constructor for the content language settings form.
language_language_negotiation_info in drupal/core/modules/language/language.module
Implements hook_language_negotiation_info().
language_test_language_negotiation_info in drupal/core/modules/language/tests/language_test/language_test.module
Implements hook_language_negotiation_info().
Layout::getDerivativeDefinitions in drupal/core/modules/layout/lib/Drupal/layout/Plugin/Derivative/Layout.php
Implements DerivativeInterface::getDerivativeDefinitions().
LayoutDerivativesTest::testPageLayout in drupal/core/modules/layout/lib/Drupal/layout/Tests/LayoutDerivativesTest.php
Test layout functionality as applies to pages.
layout_page_view in drupal/core/modules/layout/layout.admin.inc
Page callback: Demonstrates a layout template.
layout_test_system_theme_info in drupal/core/modules/layout/tests/layout_test.module
Implements hook_system_theme_info().
Llama::getFile in drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/Llama.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
LlamaButton::getFile in drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/LlamaButton.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
LlamaContextual::getFile in drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/LlamaContextual.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
LlamaContextualAndButton::getFile in drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/LlamaContextualAndButton.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
LocaleExportTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleImportFunctionalTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleJavascriptTranslation::testFileParsing in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php
locale_config_batch_build in drupal/core/modules/locale/locale.bulk.inc
Creates a locale batch to refresh specific configuration.
locale_translate_batch_build in drupal/core/modules/locale/locale.bulk.inc
Build a locale batch from an array of files.
locale_translate_edit_form in drupal/core/modules/locale/locale.pages.inc
Form constructor for the string editing form.
locale_translate_filter_form in drupal/core/modules/locale/locale.pages.inc
Return form for locale translation filters.
locale_translation_batch_fetch_build in drupal/core/modules/locale/locale.fetch.inc
Builds a batch to download and import project translations.
locale_translation_batch_status_build in drupal/core/modules/locale/locale.compare.inc
Builds a batch to get the status of remote and local translation files.
locale_translation_batch_update_build in drupal/core/modules/locale/locale.fetch.inc
Builds a batch to check, download and import project translations.
locale_translation_status_form in drupal/core/modules/locale/locale.pages.inc
Page callback: Display the current translation status.
MailUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/MailUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
MenuListController::render in drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php
Overrides \Drupal\Core\Entity\EntityListController::render();
menu_overview_form in drupal/core/modules/menu/menu.admin.inc
Form constructor to edit an entire menu tree at once.
menu_test_menu in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Implements hook_menu().
Module::canUpdate in drupal/core/lib/Drupal/Core/Updater/Module.php
Determines whether this class can update the specified project.
Module::getInstallDirectory in drupal/core/lib/Drupal/Core/Updater/Module.php
Returns the directory where a module should be installed.
Module::isInstalled in drupal/core/lib/Drupal/Core/Updater/Module.php
Implements Drupal\Core\Updater\UpdaterInterface::isInstalled().
ModuleHandler::uninstall in drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
Uninstalls a given list of disabled modules.
ModulesDisabledUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
ModulesUninstallConfirmForm::buildForm in drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php
ModuleTestBase::assertModuleConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Asserts that the default configuration of a module has been installed.
module_load_include in drupal/core/includes/module.inc
Loads a module include file.
NodeFormController::form in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
node_mass_update in drupal/core/modules/node/node.admin.inc
Updates all nodes in the passed-in array with the passed-in field values.
node_revision_overview in drupal/core/modules/node/node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
overlay_library_info in drupal/core/modules/overlay/overlay.module
Implements hook_library_info().
ParseInfoFileUnitTest::testParseInfoFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php
Parses an example .info.yml file and verifies the results.
php_eval in drupal/core/modules/php/php.module
Evaluates a string of PHP code.
RenderTest::testDrupalRenderChildrenAttached in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests #attached functionality in children elements.
ScanDirectoryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Sets up a Drupal site for running functional and integration tests.
ScanDirectoryTest::testOptionRecurse in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the recurse option decends into subdirectories.
SchemaStorage::getComponentFolder in drupal/core/lib/Drupal/Core/Config/Schema/SchemaStorage.php
Overrides \Drupal\Core\Config\InstallStorage::getComponentFolder().
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
seven_form_node_form_alter in drupal/core/themes/seven/seven.theme
Implements hook_form_BASE_FORM_ID_alter().
seven_preprocess_install_page in drupal/core/themes/seven/seven.theme
Implements hook_preprocess_install_page().
seven_tablesort_indicator in drupal/core/themes/seven/seven.theme
Overrides theme_tablesort_indicator().
ShortcutUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ShortcutUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
shortcut_preprocess_page in drupal/core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page.tpl.php.
shortcut_toolbar in drupal/core/modules/shortcut/shortcut.module
Implements hook_toolbar().
SimpletestResultsForm::buildForm in drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php
Form constructor.
SimpleTestTest::testUserAgentValidation in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test validation of the User-Agent header we use to perform test requests.
simpletest_js_alter in drupal/core/modules/simpletest/simpletest.module
Implements hook_js_alter().
simpletest_run_tests in drupal/core/modules/simpletest/simpletest.module
Actually runs tests.
StateSystemUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/StateSystemUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
StatisticsAdminTest::testDeleteNode in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTest::testExpiredLogs in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsLoggingTest::testLogging in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php
Verifies request logging for cached and uncached pages.
StatisticsReportsTest::testPopularContentBlock in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
statistics_node_view in drupal/core/modules/statistics/statistics.module
Implements hook_node_view().
SystemListingInfo::profiles in drupal/core/lib/Drupal/Core/SystemListingInfo.php
Overrides Drupal\Core\SystemListing::profiles().
SystemUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/SystemUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
system_page_build in drupal/core/modules/system/system.module
Implements hook_page_build().
system_test_authorize_init_page in drupal/core/modules/system/tests/modules/system_test/system_test.module
Page callback to initialize authorize.php during testing.
system_theme_settings in drupal/core/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
system_update_8046 in drupal/core/modules/system/system.install
Install new default views.
template_preprocess_color_scheme_form in drupal/core/modules/color/color.module
Prepares variables for color scheme form templates.
template_preprocess_system_plugin_ui_form in drupal/core/modules/system/system.module
Prepares variables for system plugin UI form templates.
TermRenderController::alterBuild in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermRenderController.php
Overrides \Drupal\Core\Entity\EntityRenderController::alterBuild().
Theme::canUpdate in drupal/core/lib/Drupal/Core/Updater/Theme.php
Determines whether this class can update the specified project.
Theme::getInstallDirectory in drupal/core/lib/Drupal/Core/Updater/Theme.php
Returns the directory where a theme should be installed.
Theme::isInstalled in drupal/core/lib/Drupal/Core/Updater/Theme.php
Implements Drupal\Core\Updater\UpdaterInterface::isInstalled().
ThemeInfoStylesTest::testStylesheets in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php
Tests stylesheets-override and stylesheets-remove.
ThemeTest::testFindThemeTemplates in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Tests drupal_find_theme_templates().
theme_page_test_system_theme_info in drupal/core/modules/system/tests/modules/theme_page_test/theme_page_test.module
Implements hook_system_theme_info().
theme_test_info_stylesheets in drupal/core/modules/system/tests/modules/theme_test/theme_test.module
Page callback; Adds stylesheets to test theme .info.yml property processing.
theme_test_system_theme_info in drupal/core/modules/system/tests/modules/theme_test/theme_test.module
Implements hook_system_theme_info().
theme_update_report in drupal/core/modules/update/update.report.inc
Returns HTML for the project status report.
toolbar_library_info in drupal/core/modules/toolbar/toolbar.module
Implements hook_library_info().
ToolkitGdTest::testManipulations in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
tour_library_info in drupal/core/modules/tour/tour.module
Implements hook_library_info().
translation_entity_library_info in drupal/core/modules/translation_entity/translation_entity.module
Implements hook_library_info().
translation_entity_translatable_form_submit in drupal/core/modules/translation_entity/translation_entity.admin.inc
Form submission handler for translation_entity_translatable_form().
TwigDebugMarkupTest::testTwigDebugMarkup in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
TwigSettingsTest::testTwigCacheOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
UpdateModuleHandler::enable in drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php
Enables or installs a given list of modules.
UpdateUploadTest::testUploadModule in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php
Tests upload and extraction of a module.
update_7_to_8_install_default_config in drupal/core/includes/update.inc
Installs a default configuration file into the active store.
update_authorize_run_install in drupal/core/modules/update/update.authorize.inc
Installs a new project when invoked by authorize.php.
update_authorize_run_update in drupal/core/modules/update/update.authorize.inc
Updates existing projects when invoked by authorize.php.
update_manager_install_form_submit in drupal/core/modules/update/update.manager.inc
Form submission handler for update_manager_install_form().
update_manager_update_form in drupal/core/modules/update/update.manager.inc
Form constructor for the update form of the Update Manager module.
update_manager_update_form_submit in drupal/core/modules/update/update.manager.inc
Form submission handler for update_manager_update_form().
update_manager_update_ready_form_submit in drupal/core/modules/update/update.manager.inc
Form submission handler for update_manager_update_ready_form().
update_manual_status in drupal/core/modules/update/update.fetch.inc
Page callback: Checks for updates and displays the update status report.
update_test_mock_page in drupal/core/modules/update/tests/modules/update_test/update_test.module
Page callback: Prints mock XML for the Update Manager module.
update_test_system_theme_info in drupal/core/modules/update/tests/modules/update_test/update_test.module
Implements hook_system_theme_info().
update_variables_to_config in drupal/core/includes/update.inc
Updates config with values set on Drupal 7.x.
UserPictureUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
UserRoleUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
user_menu in drupal/core/modules/user/user.module
Implements hook_menu().
user_page_build in drupal/core/modules/user/user.module
Implements hook_page_build().
UuidUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
ViewAddFormController::form in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
ViewFormControllerBase::getAdminCSS in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php
Creates an array of Views admin CSS for adding or attaching.
views_ajax_form_wrapper in drupal/core/modules/views/includes/ajax.inc
Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
views_library_info in drupal/core/modules/views/views.module
Implements hook_library_info().
views_test_data_views_pre_render in drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc
Implements hook_views_pre_render().
views_theme in drupal/core/modules/views/views.module
Implement hook_theme(). Register views theming functions.
views_ui_library_info in drupal/core/modules/views_ui/views_ui.module
Implements hook_library_info().
ViewTestData::importTestViews in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php
Imports test views from config.
WebTestBase::drupalGetTestFiles in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a list files that can be used in tests.
_batch_test_batch_0 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 0: Does nothing.
_batch_test_batch_1 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 1: Repeats a simple operation.
_batch_test_batch_2 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 2: Performs a single multistep operation.
_batch_test_batch_3 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 3: Performs both single and multistep operations.
_batch_test_batch_4 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 4: Performs a batch within a batch.
_batch_test_batch_5 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 5: Repeats a simple operation.
_ckeditor_theme_css in drupal/core/modules/ckeditor/ckeditor.module
Retrieves the default theme's CKEditor stylesheets defined in the .info file.
_drupal_maintenance_theme in drupal/core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_menu_router_build in drupal/core/includes/menu.inc
Builds the router table based on the data from hook_menu().
_theme_build_registry in drupal/core/includes/theme.inc
Builds the theme registry cache.
_translation_entity_form_language_content_settings_form_alter in drupal/core/modules/translation_entity/translation_entity.admin.inc
(proxied) Implements hook_form_FORM_ID_alter().
_translation_entity_update_field_translatability in drupal/core/modules/translation_entity/translation_entity.admin.inc
Stores entity translation settings.