ActiveTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php |
|
db_set_active |
function |
drupal/core/includes/database.inc |
Sets a new active database. |
ActiveTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php |
Definition of Drupal\field\Tests\ActiveTest. |
Field::$active |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
Flag indicating whether the field type module is enabled. |
Table::$active |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Contains the current active sort column. |
search_is_active |
function |
drupal/core/modules/search/search.module |
Determines access for the 'search' path. |
ActiveTopicsBlock |
class |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ActiveTopicsBlock.php |
Provides an 'Active forum topics' block. |
ActiveTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php |
|
Database::$activeKey |
property |
drupal/core/lib/Drupal/Core/Database/Database.php |
The key of the currently active database connection. |
ActiveTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php |
Modules to enable. |
menu_get_active_help |
function |
drupal/core/includes/menu.inc |
Returns the help associated with the active menu item. |
menu_set_active_item |
function |
drupal/core/includes/menu.inc |
Sets the active path, which determines which page is loaded. |
ActiveTopicsBlock.php |
file |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ActiveTopicsBlock.php |
Contains \Drupal\forum\Plugin\Block\ActiveTopicsBlock. |
menu_set_active_trail |
function |
drupal/core/includes/menu.inc |
Sets the active trail (path to the menu tree root) of the current page. |
menu_get_active_trail |
function |
drupal/core/includes/menu.inc |
Gets the active trail (path to root menu root) of the current page. |
menu_get_active_title |
function |
drupal/core/includes/menu.inc |
Gets the title of the current page, as determined by the active trail. |
InactiveScopeException |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
This exception is thrown when you try to create a service of an inactive scope. |
AbstractProxy::$active |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
|
ActiveTest::testActive |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php |
Test that fields are properly marked active or inactive. |
toolbar_in_active_trail |
function |
drupal/core/modules/toolbar/toolbar.module |
Checks whether an item is in the active trail. |
AbstractProxy::isActive |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
Has a session started? |
CONFIG_ACTIVE_DIRECTORY |
constant |
drupal/core/includes/bootstrap.inc |
$config_directories key for active directory. |
ActiveTopicsBlock::build |
function |
drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ActiveTopicsBlock.php |
Builds and returns the renderable array for this block plugin. |
Container::isScopeActive |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns whether this scope is currently active |
AbstractProxy::setActive |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
Sets the active flag. |
PagerTest::testActiveClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php |
Tests markup and CSS classes of pager links. |
InactiveScopeException.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
|
menu_set_active_menu_names |
function |
drupal/core/includes/menu.inc |
Sets (or gets) the active menu for the current page. |
menu_get_active_menu_names |
function |
drupal/core/includes/menu.inc |
Gets the active menu for the current page. |
menu_get_active_breadcrumb |
function |
drupal/core/includes/menu.inc |
Gets the breadcrumb for the current page, as determined by the active trail. |
FieldAccessTest::$activeUid |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/FieldAccessTest.php |
Holds the currently active global user ID that initiated the test run. |
TransactionNoActiveException |
class |
drupal/core/lib/Drupal/Core/Database/TransactionNoActiveException.php |
Exception for when popTransaction() is called with no active transaction. |
UrlTest::testLinkActiveClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php |
Tests for active class in links produced by l() and theme_link() functions. |
Database::isActiveConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Determines if there is an active connection. |
FileStorageFactory::getActive |
function |
drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php |
Returns a FileStorage object working with the active config directory. |
Kernel::isClassInActiveBundle |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
@api |
Database::setActiveConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Sets the active connection to the specified key. |
ActiveTest::_testActiveHelper |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php |
Helper function for testActive(). |
InactiveScopeException::$scope |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
|
TransactionNoActiveException.php |
file |
drupal/core/lib/Drupal/Core/Database/TransactionNoActiveException.php |
Definition of Drupal\Core\Database\TransactionNoActiveException |
InactiveScopeException::getScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
|
ContainerTest::testIsScopeActive |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerInterface::isScopeActive |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Determines whether the given scope is currently active. |
InactiveScopeException::$serviceId |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
|
CommonTestController::lActiveClass |
function |
drupal/core/modules/system/tests/modules/common_test/lib/Drupal/common_test/Controller/CommonTestController.php |
Returns links to the current page, with and without query strings. |
InactiveScopeException::__construct |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
|
AbstractProxyTest::testIsActivePhp53 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php |
|
AbstractProxyTest::testIsActivePhp54 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php |
@runInSeparateProcess |
InactiveScopeException::getServiceId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php |
|
LanguageTestController::lActiveClass |
function |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Returns links to the current page with different langcodes. |