image.install |
file |
drupal/core/modules/image/image.install |
Install, update and uninstall functions for the image module. |
FrontPageTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/FrontPageTest.php |
Test front page functionality and administration. |
image_install |
function |
drupal/core/modules/image/image.install |
Implements hook_install(). |
MessageParser |
class |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParser.php |
Default request and response parser used by Guzzle. Optimized for speed. |
xmlrpc_message |
function |
drupal/core/modules/xmlrpc/xmlrpc.inc |
Constructs an object representing an XML-RPC message. |
language_theme |
function |
drupal/core/modules/language/language.module |
Implements hook_theme(). |
InstallStorage |
class |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Storage controller used by the Drupal installer. |
LanguageFilter |
class |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/filter/LanguageFilter.php |
Provides filtering by language. |
Page::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::validate(). |
user_view_page |
function |
drupal/core/modules/user/user.module |
Page callback wrapper for user_view(). |
ImageFormatter |
class |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php |
Plugin implementation of the 'image' formatter. |
ImageStyle::id |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
Overrides Drupal\Core\Entity\Entity::id(). |
ban_admin_page |
function |
drupal/core/modules/ban/ban.admin.inc |
Page callback: Displays banned IP addresses. |
book.pages.inc |
file |
drupal/core/modules/book/book.pages.inc |
User page callbacks for the book module. |
layout_manager |
function |
drupal/core/modules/layout/layout.module |
Get the layout plugin manager instance. |
node_page_edit |
function |
drupal/core/modules/node/node.pages.inc |
Page callback: Presents the node editing form. |
node.pages.inc |
file |
drupal/core/modules/node/node.pages.inc |
Callbacks for adding, editing, and deleting content and managing revisions. |
field_language |
function |
drupal/core/modules/field/field.multilingual.inc |
Returns the display language code for the fields attached to the given
entity. |
Image toolkits |
group |
drupal/core/includes/image.inc |
Functions for image file manipulations. |
image_get_info |
function |
drupal/core/includes/image.inc |
Gets details about an image. |
PackagerFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php |
Runs assets through Packager. |
user.pages.inc |
file |
drupal/core/modules/user/user.pages.inc |
User page callback file for the user module. |
poll.pages.inc |
file |
drupal/core/modules/poll/poll.pages.inc |
Page callbacks for the Poll module. |
QueryBase::age |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Entity\Query\QueryInterface::age(). |
FetcherManager |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherManager.php |
Manages aggregator fetcher plugins. |
node_page_view |
function |
drupal/core/modules/node/node.module |
Page callback: Displays a single node. |
locale_storage |
function |
drupal/core/modules/locale/locale.module |
Gets the locale storage controller class . |
ImageStyle.php |
file |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
Definition of Drupal\image\Plugin\Core\Entity\ImageStyle. |
FileStorageTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
Tests FileStorage controller operations. |
StorageTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php |
Definition of Drupal\system\Tests\Form\StorageTest. |
hook_page_build |
function |
drupal/core/modules/system/system.api.php |
Add elements to a page before it is rendered. |
PagePreviewTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Tests the node entity preview functionality. |
PagerPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
The base plugin to handle pager. |
hook_page_alter |
function |
drupal/core/modules/system/system.api.php |
Perform alterations before a page is rendered. |
DisplayPageTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
Tests the page display plugin. |
image_file_move |
function |
drupal/core/modules/image/image.module |
Implements hook_file_move(). |
language_delete |
function |
drupal/core/modules/language/language.module |
Delete a language. |
AbstractMessage |
class |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Abstract HTTP request/response message |
forum.pages.inc |
file |
drupal/core/modules/forum/forum.pages.inc |
User page callbacks for the Forum module. |
user_page_title |
function |
drupal/core/modules/user/user.module |
Menu item title callback - use the user name. |
image_style_url |
function |
drupal/core/modules/image/image.module |
Return the URL for an image derivative given a style and image path. |
LANGUAGE_SYSTEM |
constant |
drupal/core/includes/bootstrap.inc |
Special system language code (only applicable to UI language). |
image_test.info |
file |
drupal/core/modules/system/tests/modules/image_test/image_test.info |
name = "Image test"
description = "Support module for image toolkit tests."
package = Testing
version = VERSION
core = 8.x
hidden = TRUE |
language.module |
file |
drupal/core/modules/language/language.module |
Add language handling functionality to Drupal. |
LANGUAGE_LOCKED |
constant |
drupal/core/includes/bootstrap.inc |
The language state when referring to locked languages. |
None::use_pager |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php |
Determine if this pager actually uses a pager. |
image_style_uri |
function |
drupal/core/modules/image/image.module |
URI callbacks for image styles. |
Some::use_pager |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php |
Determine if this pager actually uses a pager. |
ManagerRegistry |
interface |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php |
Contract covering object managers for a Doctrine persistence layer ManagerRegistry class to implement. |
StorageTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/StorageTest.php |
Definition of Drupal\views\tests\UI\StorageTest. |