image.gd.inc |
file |
drupal/core/modules/system/image.gd.inc |
GD2 toolkit for image manipulation within Drupal. |
PageTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PageTest.php |
Definition of Drupal\system\Tests\Batch\PageTest. |
Language.php |
file |
drupal/core/lib/Drupal/Core/TypedData/Type/Language.php |
Definition of Drupal\Core\TypedData\Type\Language. |
AssetManager |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php |
Manages assets. |
page.tpl.php |
file |
drupal/core/modules/block/tests/themes/block_test_theme/page.tpl.php |
Custom theme implementation to display a single Drupal page without
sidebars. The sidebars are hidden by regions_hidden for this theme, so
the default page.tpl.php will not work without throwing exceptions. |
Language.php |
file |
drupal/core/lib/Drupal/Core/Language/Language.php |
Definition of Drupal\Core\Language\Language. |
tracker_page |
function |
drupal/core/modules/tracker/tracker.pages.inc |
Page callback: Generates a page of tracked nodes for the site. |
image_resize |
function |
drupal/core/includes/image.inc |
Resizes an image to the given dimensions (ignoring aspect ratio). |
image_rotate |
function |
drupal/core/includes/image.inc |
Rotates an image by the given number of degrees. |
page.tpl.php |
file |
drupal/core/modules/system/templates/page.tpl.php |
Default theme implementation to display a single Drupal page. |
Language.php |
file |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Language.php |
Definition of Drupal\node\Plugin\views\field\Language. |
node_is_page |
function |
drupal/core/modules/node/node.module |
Checks whether the current page is the full page view of the passed-in node. |
PageEditTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php |
Tests the node edit functionality. |
image.module |
file |
drupal/core/modules/image/image.module |
Exposes global functionality for creating image styles. |
LanguageItem |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/LanguageItem.php |
Defines the 'language_field' entity field item. |
Language.php |
file |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Language.php |
Definition of Drupal\user\Plugin\views\field\Language. |
language.inc |
file |
drupal/core/includes/language.inc |
Language Negotiation API. |
AliasManager |
class |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
|
Language.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/Language.php |
Definition of Drupal\taxonomy\Plugin\views\field\Language. |
PagerTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php |
Definition of Drupal\views\Tests\Plugin\PagerTest. |
language_help |
function |
drupal/core/modules/language/language.module |
Implements hook_help(). |
language_menu |
function |
drupal/core/modules/language/language.module |
Implements hook_menu(). |
WizardManager |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/Type/WizardManager.php |
|
LanguageField |
class |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Defines a field handler to translate a language into its readable form. |
CachedStorage |
class |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Defines the cached storage controller. |
language_save |
function |
drupal/core/modules/language/language.module |
API function to add or update a language. |
PluginManager |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/Type/PluginManager.php |
|
Page::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php |
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::execute(). |
ObjectManager |
interface |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Contract for a Doctrine persistence layer ObjectManager class to implement. |
image_effects |
function |
drupal/core/modules/image/image.module |
Load all image effects from the database. |
language.info |
file |
drupal/core/modules/language/language.info |
name = Language
description = Lets you configure a number of languages to be used on your website and provides language negotiation functionality.
package = Core
version = VERSION
core = 8.x
configure = admin/config/regional/language |
PagerTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php |
Definition of Drupal\system\Tests\Pager\PagerTest. |
PageCacheTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php |
Enables the page cache and tests it with various HTTP requests. |
AccessManager |
class |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Attaches access check services to routes and runs them on request. |
FilterManager |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php |
Manages the available filters. |
node_add_page |
function |
drupal/core/modules/node/node.pages.inc |
Page callback: Displays add content links for available content types. |
language_list |
function |
drupal/core/includes/bootstrap.inc |
Returns a list of languages set up on the site. |
language_load |
function |
drupal/core/includes/bootstrap.inc |
Loads a language object from the database. |
language_name |
function |
drupal/core/includes/bootstrap.inc |
Produced the printed name for a language for display. |
FileUsageBase |
class |
drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageBase.php |
Defines the base class for database file usage backend. |
UsageTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php |
Definition of Drupal\file\Tests\UsageTest. |
image_gd_crop |
function |
drupal/core/modules/system/image.gd.inc |
Image toolkit callback: Crops an image using the GD toolkit. |
image_gd_load |
function |
drupal/core/modules/system/image.gd.inc |
Image toolkit callback: Creates a GD image resource from a file. |
image_gd_save |
function |
drupal/core/modules/system/image.gd.inc |
Image toolkit callback: Writes an image resource to a destination file. |
MemoryStorage |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Defines a default key/value store implementation. |
EntityManager |
class |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Manages entity type plugin definitions. |
assetic_image |
function |
drupal/core/vendor/kriswallsmith/assetic/src/functions.php |
Returns an image URL. |
TestFileUsage |
class |
drupal/core/modules/system/tests/modules/bundle_test/lib/Drupal/bundle_test/TestFileUsage.php |
|
LayoutManager |
class |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Type/LayoutManager.php |
Layout plugin manager. |
image.api.php |
file |
drupal/core/modules/image/image.api.php |
Hooks related to image styles and effects. |