Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ActiveTheme::$name | property | core/ |
The machine name of the active theme. |
ActiveTheme::$owner | property | core/ |
The path to the theme engine for root themes. |
ActiveTheme::$path | property | core/ |
The path to the theme. |
ActiveTheme::$regions | property | core/ |
The regions provided by the theme. |
ActiveTheme::$styleSheetsRemove | property | core/ |
The stylesheets which are set to be removed by the theme. |
ActiveTheme::getBaseThemeExtensions | function | core/ |
Returns an array of base theme extension objects keyed by name. |
ActiveTheme::getBaseThemes | function | core/ |
Returns an array of base theme active theme objects keyed by name. |
ActiveTheme::getEngine | function | core/ |
Returns the theme engine. |
ActiveTheme::getExtension | function | core/ |
Returns the extension object. |
ActiveTheme::getLibraries | function | core/ |
Returns the libraries provided by the theme. |
ActiveTheme::getLibrariesExtend | function | core/ |
Returns the libraries extended by the active theme. |
ActiveTheme::getLibrariesOverride | function | core/ |
Returns the libraries or library assets overridden by the active theme. |
ActiveTheme::getLogo | function | core/ |
Returns the logo provided by the theme. |
ActiveTheme::getName | function | core/ |
Returns the machine name of the theme. |
ActiveTheme::getOwner | function | core/ |
Returns the path to the theme engine for root themes. |
ActiveTheme::getPath | function | core/ |
Returns the path to the theme directory. |
ActiveTheme::getRegions | function | core/ |
The regions used by the theme. |
ActiveTheme::getStyleSheetsRemove | function | core/ |
Returns the removed stylesheets by the theme. |
ActiveTheme::__construct | function | core/ |
Constructs an ActiveTheme object. |
ActiveThemeLegacyTest | class | core/ |
Tests legacy code in ActiveTheme. |
ActiveThemeLegacyTest.php | file | core/ |
|
ActiveThemeLegacyTest::$modules | property | core/ |
Modules to enable. |
ActiveThemeLegacyTest::testConstructor | function | core/ |
Tests BC layer in constructor. |
ActiveThemeLegacyTest::testGetBaseThemes | function | core/ |
Tests \Drupal\Core\Theme\ActiveTheme::getBaseThemes() deprecation. |
ActiveTopicsBlock | class | core/ |
Provides an 'Active forum topics' block. |
ActiveTopicsBlock.php | file | core/ |
|
ActiveTopicsBlock::buildForumQuery | function | core/ |
Builds the select query to use for this forum block. |
ActiveWorkspaceCheck | class | core/ |
Determines access to routes based on the presence of an active workspace. |
ActiveWorkspaceCheck.php | file | core/ |
|
ActiveWorkspaceCheck::$workspaceManager | property | core/ |
The workspace manager. |
ActiveWorkspaceCheck::access | function | core/ |
Checks access. |
ActiveWorkspaceCheck::__construct | function | core/ |
Constructs a new ActiveWorkspaceCheck. |
ActiveWorkspaceCheckTest | class | core/ |
@coversDefaultClass \Drupal\workspaces\Access\ActiveWorkspaceCheck |
ActiveWorkspaceCheckTest.php | file | core/ |
|
ActiveWorkspaceCheckTest::$container | property | core/ |
The dependency injection container. |
ActiveWorkspaceCheckTest::providerTestAccess | function | core/ |
Provides data for the testAccess method. |
ActiveWorkspaceCheckTest::setUp | function | core/ |
|
ActiveWorkspaceCheckTest::testAccess | function | core/ |
@covers ::access @dataProvider providerTestAccess |
ActiveWorkspaceUpdateTest | class | core/ |
Tests that there is no active workspace during database updates. |
ActiveWorkspaceUpdateTest.php | file | core/ |
|
ActiveWorkspaceUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ActiveWorkspaceUpdateTest::$modules | property | core/ |
Modules to enable. |
ActiveWorkspaceUpdateTest::setUp | function | core/ |
|
ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate | function | core/ |
Tests that there is no active workspace during database updates. |
AddBlockForm | class | core/ |
Provides a form to add a block. |
AddBlockForm.php | file | core/ |
|
AddBlockForm::buildForm | function | core/ |
Builds the form for the block. |
AddBlockForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
AddBlockForm::submitLabel | function | core/ |
Returns the label for the submit button. |
AddCssCommand | class | core/ |
An AJAX command for adding css to the page via ajax. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.