KernelEvents::TERMINATE |
constant |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelEvents.php |
The TERMINATE event occurs once a response was sent |
StatisticsAdminTest.php |
file |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php |
Definition of Drupal\statistics\Tests\StatisticsAdminTest. |
Image::$minWidthMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Image.php |
|
system_admin_menu_block |
function |
drupal/core/modules/system/system.module |
Provide a single block on the administration overview page. |
StreamInterface::getUri |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Get the URI/filename associated with this stream |
SchemaTermInterface.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermInterface.php |
Contains SchemaTermInterface. |
StreamInterface::rewind |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Rewind to the beginning of the stream |
theme_node_search_admin |
function |
drupal/core/modules/node/node.module |
Returns HTML for the content ranking part of the search settings admin page. |
language_admin_add_form |
function |
drupal/core/modules/language/language.admin.inc |
User interface for the language addition screen. |
BlockAdminThemeTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php |
Definition of Drupal\block\Tests\BlockAdminThemeTest. |
filter_admin_format_page |
function |
drupal/core/modules/filter/filter.admin.inc |
Page callback: Displays the text format add/edit form. |
filter_admin_format_form |
function |
drupal/core/modules/filter/filter.admin.inc |
Form constructor for the text format add/edit form. |
views_ui.admin.theme.css |
file |
drupal/core/modules/views_ui/css/views_ui.admin.theme.css |
/**
* The .admin.theme.css file is intended to contain presentation declarations
* including images, borders, colors, and fonts.
*/
/* @group Reset */
.views-admin .links {
list-style: none outside none;
margin: 0;
}
.views-admin a:hover {
… |
ForumIntegrationTest.php |
file |
drupal/core/modules/forum/lib/Drupal/forum/Tests/Views/ForumIntegrationTest.php |
Contains \Drupal\forum\Tests\Views\ForumIntegrationTest. |
FormInterface::getFormID |
function |
drupal/core/lib/Drupal/Core/Form/FormInterface.php |
Returns a unique string identifying the form. |
CssMinFilter::setFilters |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php |
|
FormInterface::buildForm |
function |
drupal/core/lib/Drupal/Core/Form/FormInterface.php |
Form constructor. |
CssMinFilter::setPlugins |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php |
|
system_admin_config_page |
function |
drupal/core/modules/system/system.admin.inc |
Menu callback; Provide the administration overview page. |
CssMinFilter::filterLoad |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php |
Filters an asset after it has been loaded. |
CssMinFilter::filterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php |
Filters an asset just before it's dumped. |
custom_block_admin_paths |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Implements hook_admin_paths(). |
system_themes_admin_form |
function |
drupal/core/modules/system/system.admin.inc |
Form to select the administration theme. |
theme_system_admin_index |
function |
drupal/core/modules/system/system.admin.inc |
Returns HTML for the output of the admin index page. |
UserAdminListingTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminListingTest.php |
Contains \Drupal\user\Tests\UserAdminListingTest. |
UserRoleAdminTest::setUp |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php |
Sets up a Drupal site for running functional and integration tests. |
ForumIndexTest::$modules |
property |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumIndexTest.php |
Modules to enable. |
config_admin_import_form |
function |
drupal/core/modules/config/config.admin.inc |
Form constructor for configuration import form. |
language_from_user_admin |
function |
drupal/core/modules/language/language.negotiation.inc |
Identifies admin language from the user preferences. |
InOperator::adminSummary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Display the filter on the administrative summary |
ImageAdminStylesTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Definition of Drupal\image\Tests\ImageAdminStylesTest. |
CKEditorAdminTest::setUp |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php |
Sets up a Drupal site for running functional and integration tests. |
FilterAdminTest::getInfo |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php |
|
PoStreamInterface::close |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Close the stream. |
SettingsTest::$adminUser |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/SettingsTest.php |
Stores an admin user used by the different tests. |
path_admin_form_validate |
function |
drupal/core/modules/path/path.admin.inc |
Form validation handler for path_admin_form(). |
EditorAdminTest::getInfo |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
|
OverviewBase::$adminPath |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
The admin path of the overview page. |
Image::$minHeightMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Image.php |
|
MinimalTest::testMinimal |
function |
drupal/core/profiles/minimal/lib/Drupal/minimal/Tests/MinimalTest.php |
Tests Minimal installation profile. |
StreamInterface::getSize |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Get the size of the stream if able |
StreamInterface::isLocal |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Check if the stream is a local stream vs a remote stream |
EntityReferenceAdminTest |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php |
Tests the Entity Reference Admin UI. |
StreamInterface::setSize |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Specify the size of the stream in bytes |
language_admin_edit_form |
function |
drupal/core/modules/language/language.admin.inc |
Editing screen for a particular language. |
NonDefaultBlockAdminTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/NonDefaultBlockAdminTest.php |
|
SystemInfoController.php |
file |
drupal/core/modules/system/lib/Drupal/system/Controller/SystemInfoController.php |
Contains \Drupal\system\Controller\SystemInfoController. |
AdminBlockDeleteForm.php |
file |
drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php |
Contains \Drupal\block\Form\AdminBlockDeleteForm. |
book_admin_edit_validate |
function |
drupal/core/modules/book/book.admin.inc |
Form validation handler for book_admin_edit(). |
theme_node_admin_overview |
function |
drupal/core/modules/node/content_types.inc |
Returns HTML for a node type description for the content type admin page. |